toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.chat
/
ChatResponseFormat
Chat
Response
Format
@
Serializable
data
class
ChatResponseFormat
(
val
type
:
String
)
An object specifying the format that the model must output.
Members
Constructors
Chat
Response
Format
Link copied to clipboard
constructor
(
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
@
SerialName
(
value
=
"type"
)
val
type
:
String
Response format type.