Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
voice
AgentOptions
Interface AgentOptions<UserData>
interface
AgentOptions
<
UserData
>
{
allowInterruptions
?:
boolean
;
chatCtx
?:
ChatContext
;
instructions
:
string
;
llm
?:
llm
.
LLM
|
llm
.
RealtimeModel
;
minConsecutiveSpeechDelay
?:
number
;
stt
?:
stt
.
STT
;
tools
?:
ToolContext
<
UserData
>
;
tts
?:
tts
.
TTS
;
turnDetection
?:
TurnDetectionMode
;
vad
?:
VAD
;
}
Type Parameters
UserData
Index
Properties
allow
Interruptions?
chat
Ctx?
instructions
llm?
min
Consecutive
Speech
Delay?
stt?
tools?
tts?
turn
Detection?
vad?
Properties
Optional
allow
Interruptions
allow
Interruptions
?:
boolean
Optional
chat
Ctx
chat
Ctx
?:
ChatContext
instructions
instructions
:
string
Optional
llm
llm
?:
llm
.
LLM
|
llm
.
RealtimeModel
Optional
min
Consecutive
Speech
Delay
min
Consecutive
Speech
Delay
?:
number
Optional
stt
stt
?:
stt
.
STT
Optional
tools
tools
?:
ToolContext
<
UserData
>
Optional
tts
tts
?:
tts
.
TTS
Optional
turn
Detection
turn
Detection
?:
TurnDetectionMode
Optional
vad
vad
?:
VAD
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
allow
Interruptions
chat
Ctx
instructions
llm
min
Consecutive
Speech
Delay
stt
tools
tts
turn
Detection
vad
LiveKit Agents
Loading...