Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
llm
AgentHandoffItem
Class AgentHandoffItem
Index
Constructors
constructor
Properties
created
At
id
new
Agent
Id
old
Agent
Id
type
Methods
toJSON
create
Constructors
constructor
new
Agent
Handoff
Item
(
params
)
:
AgentHandoffItem
Parameters
params
:
{
createdAt
?:
number
;
id
?:
string
;
newAgentId
:
string
;
oldAgentId
?:
string
;
}
Optional
created
At
?:
number
Optional
id
?:
string
new
Agent
Id
:
string
Optional
old
Agent
Id
?:
string
Returns
AgentHandoffItem
Properties
created
At
created
At
:
number
Readonly
id
id
:
string
new
Agent
Id
new
Agent
Id
:
string
old
Agent
Id
old
Agent
Id
:
undefined
|
string
Readonly
type
type
:
"agent_handoff"
= ...
Methods
toJSON
toJSON
(
excludeTimestamp
?
)
:
JSONValue
Parameters
excludeTimestamp
:
boolean
= false
Returns
JSONValue
Static
create
create
(
params
)
:
AgentHandoffItem
Parameters
params
:
{
createdAt
?:
number
;
id
?:
string
;
newAgentId
:
string
;
oldAgentId
?:
string
;
}
Optional
created
At
?:
number
Optional
id
?:
string
new
Agent
Id
:
string
Optional
old
Agent
Id
?:
string
Returns
AgentHandoffItem
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
constructor
created
At
id
new
Agent
Id
old
Agent
Id
type
toJSON
create
LiveKit Agents
Loading...