toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-ai-llm-core
/
org.http4k.ai.llm.chat
/
ChatResponseFormat
Chat
Response
Format
@
JsonSerializable
@
Polymorphic
(
labelKey
=
"type"
)
sealed
class
ChatResponseFormat
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