Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
plugins/agents-plugin-openai
realtime
ResponseCreateEvent
Interface ResponseCreateEvent
interface
ResponseCreateEvent
{
event_id
?:
string
;
response
?:
Partial
<
{
instructions
:
string
;
max_output_tokens
:
number
|
"inf"
;
metadata
?:
Record
<
string
,
string
>
;
modalities
:
[
"text"
,
"audio"
]
|
[
"text"
]
;
output_audio_format
:
"pcm16"
;
temperature
:
number
;
tool_choice
:
string
;
tools
?:
realtime
.
Tool
[]
;
voice
:
string
;
}
>
;
type
:
"response.create"
;
}
Hierarchy
BaseClientEvent
ResponseCreateEvent
Index
Properties
event_
id?
response?
type
Properties
Optional
event_
id
event_
id
?:
string
Optional
response
response
?:
Partial
<
{
instructions
:
string
;
max_output_tokens
:
number
|
"inf"
;
metadata
?:
Record
<
string
,
string
>
;
modalities
:
[
"text"
,
"audio"
]
|
[
"text"
]
;
output_audio_format
:
"pcm16"
;
temperature
:
number
;
tool_choice
:
string
;
tools
?:
realtime
.
Tool
[]
;
voice
:
string
;
}
>
Type declaration
instructions
:
string
max_
output_
tokens
:
number
|
"inf"
Optional
metadata
?:
Record
<
string
,
string
>
modalities
:
[
"text"
,
"audio"
]
|
[
"text"
]
output_
audio_
format
:
"pcm16"
temperature
:
number
tool_
choice
:
string
Optional
tools
?:
realtime
.
Tool
[]
voice
:
string
type
type
:
"response.create"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
event_
id
response
type
LiveKit Agents
Loading...