Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
beta
TaskGroupOptions
Interface TaskGroupOptions
interface
TaskGroupOptions
{
chatCtx
?:
ChatContext
;
onTaskCompleted
?:
(
(
event
)
=>
Promise
<
void
>
)
;
returnExceptions
?:
boolean
;
summarizeChatCtx
?:
boolean
;
}
Index
Properties
chat
Ctx?
on
Task
Completed?
return
Exceptions?
summarize
Chat
Ctx?
Properties
Optional
chat
Ctx
chat
Ctx
?:
ChatContext
Optional
on
Task
Completed
on
Task
Completed
?:
(
(
event
)
=>
Promise
<
void
>
)
Type declaration
(
event
)
:
Promise
<
void
>
Parameters
event
:
TaskCompletedEvent
Returns
Promise
<
void
>
Optional
return
Exceptions
return
Exceptions
?:
boolean
Optional
summarize
Chat
Ctx
summarize
Chat
Ctx
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
chat
Ctx
on
Task
Completed
return
Exceptions
summarize
Chat
Ctx
LiveKit Agents
Loading...