Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
plugins/agents-plugin-openai
realtime
SessionUpdateEvent
Interface SessionUpdateEvent
interface
SessionUpdateEvent
{
event_id
?:
string
;
session
:
Partial
<
{
input_audio_format
:
"pcm16"
;
input_audio_transcription
:
null
|
InputAudioTranscription
;
instructions
:
string
;
max_response_output_tokens
?:
number
|
"inf"
;
modalities
:
[
"text"
,
"audio"
]
|
[
"text"
]
;
model
:
string
;
output_audio_format
:
"pcm16"
;
speed
?:
number
;
temperature
:
number
;
tool_choice
:
string
;
tools
:
realtime
.
Tool
[]
;
turn_detection
:
null
|
TurnDetectionType
;
voice
:
string
;
}
>
;
type
:
"session.update"
;
}
Hierarchy
BaseClientEvent
SessionUpdateEvent
Index
Properties
event_
id?
session
type
Properties
Optional
event_
id
event_
id
?:
string
session
session
:
Partial
<
{
input_audio_format
:
"pcm16"
;
input_audio_transcription
:
null
|
InputAudioTranscription
;
instructions
:
string
;
max_response_output_tokens
?:
number
|
"inf"
;
modalities
:
[
"text"
,
"audio"
]
|
[
"text"
]
;
model
:
string
;
output_audio_format
:
"pcm16"
;
speed
?:
number
;
temperature
:
number
;
tool_choice
:
string
;
tools
:
realtime
.
Tool
[]
;
turn_detection
:
null
|
TurnDetectionType
;
voice
:
string
;
}
>
Type declaration
input_
audio_
format
:
"pcm16"
input_
audio_
transcription
:
null
|
InputAudioTranscription
instructions
:
string
Optional
max_
response_
output_
tokens
?:
number
|
"inf"
modalities
:
[
"text"
,
"audio"
]
|
[
"text"
]
model
:
string
output_
audio_
format
:
"pcm16"
Optional
speed
?:
number
temperature
:
number
tool_
choice
:
string
tools
:
realtime
.
Tool
[]
turn_
detection
:
null
|
TurnDetectionType
voice
:
string
type
type
:
"session.update"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
event_
id
session
type
LiveKit Agents
Loading...