toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.response
/
ResponseText
Response
Text
@
Serializable
data
class
ResponseText
(
val
format
:
ChatResponseFormat
?
=
null
)
Text output configuration for response requests.
Members
Constructors
Response
Text
Link copied to clipboard
constructor
(
format
:
ChatResponseFormat
?
=
null
)
Properties
format
Link copied to clipboard
@
SerialName
(
value
=
"format"
)
val
format
:
ChatResponseFormat
?
=
null