toggle menu
RTVI Client
androidJvm
switch theme
search in API
rtvi-client-android
/
ai.rtvi.client.helper
/
LLMFunctionCall
LLMFunction
Call
@
Serializable
data
class
LLMFunctionCall
(
val
functionName
:
String
,
val
toolCallId
:
String
,
val
args
:
Value
)
Members
Constructors
LLMFunction
Call
Link copied to clipboard
constructor
(
functionName
:
String
,
toolCallId
:
String
,
args
:
Value
)
Properties
args
Link copied to clipboard
val
args
:
Value
function
Name
Link copied to clipboard
@
SerialName
(
value
=
"function_name"
)
val
functionName
:
String
tool
Call
Id
Link copied to clipboard
@
SerialName
(
value
=
"tool_call_id"
)
val
toolCallId
:
String