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
/
FunctionRequest
Function
Request
@
Serializable
class
FunctionRequest
(
val
name
:
String
,
val
description
:
String
?
,
val
parameters
:
JsonObject
?
)
:
ToolFunction
Members
Constructors
Function
Request
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
?
,
parameters
:
JsonObject
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
open
override
val
name
:
String
parameters
Link copied to clipboard
val
parameters
:
JsonObject
?
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