toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.response
/
ResponseOutputContent
/
ResponseOutputContent
Response
Output
Content
constructor
(
type
:
String
?
=
null
,
text
:
String
?
=
null
,
annotations
:
List
<
ChatAnnotation
>
?
=
null
,
refusal
:
String
?
=
null
,
reasoning
:
JsonElement
?
=
null
,
reasoningContent
:
String
?
=
null
)