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
/
ToolMessage
Tool
Message
@
Serializable
@
SerialName
(
value
=
"tool"
)
class
ToolMessage
(
val
content
:
String
,
val
toolCallId
:
String
)
:
ChatMessage
Members
Constructors
Tool
Message
Link copied to clipboard
constructor
(
content
:
String
,
toolCallId
:
String
)
Properties
content
Link copied to clipboard
open
override
val
content
:
String
tool
Call
Id
Link copied to clipboard
val
toolCallId
:
String
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