Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
plugins/agents-plugin-openai
realtime
GPTLive
InputItem
Interface InputItem
A text message used to seed session history.
interface
InputItem
{
content
:
{
text
:
string
;
type
:
"input_text"
|
"output_text"
;
}
[]
;
role
:
InputRole
;
type
:
"message"
;
}
Index
Properties
content
role
type
Properties
content
content
:
{
text
:
string
;
type
:
"input_text"
|
"output_text"
;
}
[]
Type declaration
text
:
string
type
:
"input_text"
|
"output_text"
role
role
:
InputRole
type
type
:
"message"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
content
role
type
LiveKit Agents
Loading...
A text message used to seed session history.