Share via


InterimResponseConfigBase interface

Base model for interim response configuration.

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'.

type

The discriminator possible values: static_interim_response, llm_interim_response

Property Details

latencyThresholdInMs

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

latencyThresholdInMs?: number

Property Value

number

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[]

type

The discriminator possible values: static_interim_response, llm_interim_response

type: string

Property Value

string