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