Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
llm
FunctionCall
Class FunctionCall
Index
Constructors
constructor
Properties
args
call
Id
created
At
id
name
type
Methods
toJSON
create
Constructors
constructor
new
Function
Call
(
params
)
:
FunctionCall
Parameters
params
:
{
args
:
string
;
callId
:
string
;
createdAt
?:
number
;
id
?:
string
;
name
:
string
;
}
args
:
string
call
Id
:
string
Optional
created
At
?:
number
Optional
id
?:
string
name
:
string
Returns
FunctionCall
Properties
args
args
:
string
call
Id
call
Id
:
string
created
At
created
At
:
number
Readonly
id
id
:
string
name
name
:
string
Readonly
type
type
:
"function_call"
= ...
Methods
toJSON
toJSON
(
excludeTimestamp
?
)
:
JSONValue
Parameters
excludeTimestamp
:
boolean
= false
Returns
JSONValue
Static
create
create
(
params
)
:
FunctionCall
Parameters
params
:
{
args
:
string
;
callId
:
string
;
createdAt
?:
number
;
id
?:
string
;
name
:
string
;
}
args
:
string
call
Id
:
string
Optional
created
At
?:
number
Optional
id
?:
string
name
:
string
Returns
FunctionCall
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
args
call
Id
created
At
id
name
type
toJSON
create
LiveKit Agents
Loading...