ChatResponseFormat

@JsonSerializable
@Polymorphic(labelKey = "type")
sealed class ChatResponseFormat

Inheritors

Types

Link copied to clipboard
@JsonSerializable
@PolymorphicLabel(value = "json")
data class Json(val schema: LLMJsonNode) : ChatResponseFormat
Link copied to clipboard
@JsonSerializable
@PolymorphicLabel(value = "text")
data object Text : ChatResponseFormat