toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.response
/
ResponseOutputItem
/
ResponseOutputItem
Response
Output
Item
constructor
(
id
:
String
?
=
null
,
type
:
String
?
=
null
,
status
:
String
?
=
null
,
role
:
String
?
=
null
,
content
:
List
<
ResponseOutputContent
>
?
=
null
,
name
:
String
?
=
null
,
arguments
:
String
?
=
null
,
callId
:
String
?
=
null
,
summary
:
JsonElement
?
=
null
)