DeepSeek Kotlin SDK
Toggle table of contents
0.4.0
common
Target filter
common
Switch theme
Search in API
Skip to content
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models
/
ChatCompletionDelta
/
ChatCompletionDelta
Chat
Completion
Delta
constructor
(
role
:
String
?
=
null
,
content
:
String
?
=
null
,
reasoningContent
:
String
?
=
null
,
toolCalls
:
List
<
ToolCallDelta
>
?
=
null
)