VoiceAgentLlmInterimResponseConfig interface
An interim response generated by a language model.
- Extends
Properties
| instructions | Optional instructions for generating interim responses. |
| max_completion_tokens | The maximum completion-token count for an interim response. |
| model | The model used to generate interim responses. |
| type | The interim-response type. Always |
Inherited Properties
| latency_threshold_ms | The latency threshold in milliseconds. |
| triggers | Conditions that may trigger one interim response. |
Property Details
instructions
Optional instructions for generating interim responses.
instructions?: string
Property Value
string
max_completion_tokens
The maximum completion-token count for an interim response.
max_completion_tokens?: number
Property Value
number
model
The model used to generate interim responses.
model?: string
Property Value
string
type
The interim-response type. Always llm_interim_response for a response generated by a language
model.
type: "llm_interim_response"
Property Value
"llm_interim_response"
Inherited Property Details
latency_threshold_ms
The latency threshold in milliseconds.
latency_threshold_ms?: number
Property Value
number
Inherited From VoiceAgentInterimResponseConfig.latency_threshold_ms
triggers
Conditions that may trigger one interim response.
triggers?: VoiceAgentInterimResponseTrigger[]
Property Value
Inherited From VoiceAgentInterimResponseConfig.triggers