Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
voice
testing
FakeLLMResponse
Interface FakeLLMResponse
interface
FakeLLMResponse
{
content
?:
string
;
duration
?:
number
;
input
:
string
;
toolCalls
?:
{
args
:
Record
<
string
,
unknown
>
;
name
:
string
;
}
[]
;
ttft
?:
number
;
type
?:
"llm"
;
}
Index
Properties
content?
duration?
input
tool
Calls?
ttft?
type?
Properties
Optional
content
content
?:
string
Optional
duration
duration
?:
number
input
input
:
string
Optional
tool
Calls
tool
Calls
?:
{
args
:
Record
<
string
,
unknown
>
;
name
:
string
;
}
[]
Type declaration
args
:
Record
<
string
,
unknown
>
name
:
string
Optional
ttft
ttft
?:
number
Optional
type
type
?:
"llm"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
content
duration
input
tool
Calls
ttft
type
LiveKit Agents
Loading...