toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.chat
/
ChatDelta
/
ChatDelta
Chat
Delta
constructor
(
role
:
ChatRole
?
=
null
,
content
:
String
?
=
null
,
functionCall
:
FunctionCall
?
=
null
,
toolCalls
:
List
<
ToolCallChunk
>
?
=
null
,
toolCallId
:
ToolId
?
=
null
)