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