toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-ai-llm-core
/
org.http4k.ai.llm.chat
Package-level
declarations
Types
Types
Chat
Link copied to clipboard
fun
interface
Chat
Chat
Request
Link copied to clipboard
data
class
ChatRequest
(
val
messages
:
List
<
Message
>
,
val
params
:
ModelParams
)
Chat
Response
Link copied to clipboard
data
class
ChatResponse
(
val
message
:
Message.Assistant
,
val
metadata
:
ChatResponse.Metadata
)
Chat
Response
Format
Link copied to clipboard
@
JsonSerializable
@
Polymorphic
(
labelKey
=
"type"
)
sealed
class
ChatResponseFormat
Streaming
Chat
Link copied to clipboard
fun
interface
StreamingChat
Tool
Selection
Link copied to clipboard
enum
ToolSelection
:
Enum
<
ToolSelection
>