toggle menu
pipecat-client-android-docs
androidJvm
switch theme
search in API
pipecat-client-android
/
ai.pipecat.client.types
/
LLMFunctionCallResult
LLMFunction
Call
Result
@
Serializable
data
class
LLMFunctionCallResult
(
val
functionName
:
String
,
val
toolCallID
:
String
,
val
arguments
:
JsonElement
,
val
result
:
JsonElement
)
Members
Constructors
LLMFunction
Call
Result
Link copied to clipboard
constructor
(
functionName
:
String
,
toolCallID
:
String
,
arguments
:
JsonElement
,
result
:
JsonElement
)
Properties
arguments
Link copied to clipboard
val
arguments
:
JsonElement
function
Name
Link copied to clipboard
@
SerialName
(
value
=
"function_name"
)
val
functionName
:
String
result
Link copied to clipboard
val
result
:
JsonElement
tool
Call
ID
Link copied to clipboard
@
SerialName
(
value
=
"tool_call_id"
)
val
toolCallID
:
String