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
/
ToolCall
Tool
Call
@
Serializable
class
ToolCall
(
val
id
:
String
,
val
type
:
ToolCallType
,
val
function
:
FunctionResponse
)
Members
Constructors
Tool
Call
Link copied to clipboard
constructor
(
id
:
String
,
type
:
ToolCallType
,
function
:
FunctionResponse
)
Properties
function
Link copied to clipboard
val
function
:
FunctionResponse
id
Link copied to clipboard
val
id
:
String
type
Link copied to clipboard
val
type
:
ToolCallType
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