Skip to main content

Interface: RetrieveFallbackEvent

Defined in: packages/agentos/src/query-router/types.ts:603

Emitted when a retrieval fallback strategy is activated.

Properties

reason

reason: string

Defined in: packages/agentos/src/query-router/types.ts:608

Reason the fallback was triggered.


strategy

strategy: string

Defined in: packages/agentos/src/query-router/types.ts:606

Name of the fallback strategy activated (e.g., 'keyword-fallback').


timestamp

timestamp: number

Defined in: packages/agentos/src/query-router/types.ts:610

Timestamp of the event.


type

type: "retrieve:fallback"

Defined in: packages/agentos/src/query-router/types.ts:604