Share via


StaticInterimResponseConfig interface

Configuration for static interim response generation. Randomly selects from configured texts when any trigger condition is met.

Extends

Properties

texts

List of interim response text options to randomly select from.

type

The discriminator possible values: static_interim_response, llm_interim_response

Inherited Properties

latencyThresholdInMs

Latency threshold in milliseconds before triggering interim response. Default is 2000ms.

triggers

List of triggers that can fire the interim response. Any trigger can activate it (OR logic). Supported: 'latency', 'tool'.

Property Details

texts

List of interim response text options to randomly select from.

texts?: string[]

Property Value

string[]

type

The discriminator possible values: static_interim_response, llm_interim_response

type: "static_interim_response"

Property Value

"static_interim_response"

Inherited Property Details

latencyThresholdInMs

Latency threshold in milliseconds before triggering interim response. Default is 2000ms.

latencyThresholdInMs?: number

Property Value

number

Inherited From InterimResponseConfigBase.latencyThresholdInMs

triggers

List of triggers that can fire the interim response. Any trigger can activate it (OR logic). Supported: 'latency', 'tool'.

triggers?: string[]

Property Value

string[]

Inherited From InterimResponseConfigBase.triggers