http4k-ai-llm-core
Toggle table of contents
6.20.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k-ai-llm-core
http4k-ai-llm-core
/
org.http4k.ai.llm.chat
/
ChatResponseFormat
Chat
Response
Format
@
JsonSerializable
@
Polymorphic
(
labelKey
=
"type"
)
sealed
class
ChatResponseFormat
(
source
)
Inheritors
Text
Json
Members
Types
Json
Link copied to clipboard
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"json"
)
data
class
Json
(
val
schema
:
LLMJsonNode
)
:
ChatResponseFormat
Text
Link copied to clipboard
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"text"
)
data
object
Text
:
ChatResponseFormat