Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
llm
ToolCompletedEvent
Interface ToolCompletedEvent<UserData>
interface
ToolCompletedEvent
<
UserData
>
{
ctx
:
RunContext
<
UserData
>
;
output
?:
{
type
:
"output"
;
value
:
unknown
;
}
|
{
type
:
"error"
;
value
:
Error
;
}
;
}
Type Parameters
UserData
=
UnknownUserData
Index
Properties
ctx
output?
Properties
ctx
ctx
:
RunContext
<
UserData
>
Optional
output
output
?:
{
type
:
"output"
;
value
:
unknown
;
}
|
{
type
:
"error"
;
value
:
Error
;
}
Type declaration
type
:
"output"
value
:
unknown
Type declaration
type
:
"error"
value
:
Error
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
ctx
output
LiveKit Agents
Loading...