DeepSeek Kotlin SDK
Toggle table of contents
0.3.1
common
Platform filter
common
Switch theme
Search in API
DeepSeek Kotlin SDK
DeepSeek Kotlin SDK
/
org.oremif.deepseek.models
/
ChatCompletionMessage
Chat
Completion
Message
@
Serializable
(
with
=
ChatCompletionMessageSerializer::class
)
@
SerialName
(
value
=
"assistant"
)
class
ChatCompletionMessage
(
val
content
:
String
?
,
val
reasoningContent
:
String
?
=
null
,
val
toolCalls
:
List
<
ToolCall
>
?
=
null
)
:
AssistantMessage
Members
Constructors
Chat
Completion
Message
Link copied to clipboard
constructor
(
content
:
String
?
,
reasoningContent
:
String
?
=
null
,
toolCalls
:
List
<
ToolCall
>
?
=
null
)
Properties
content
Link copied to clipboard
open
override
val
content
:
String
?
name
Link copied to clipboard
val
name
:
String
?
=
null
prefix
Link copied to clipboard
val
prefix
:
Boolean
?
=
null
reasoning
Content
Link copied to clipboard
val
reasoningContent
:
String
?
=
null
tool
Calls
Link copied to clipboard
val
toolCalls
:
List
<
ToolCall
>
?
=
null
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String