Interface: RetrieveFallbackEvent
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:977
Emitted when a retrieval fallback strategy is activated.
Properties
reason
reason:
string
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:982
Reason the fallback was triggered.
strategy
strategy:
string
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:980
Name of the fallback strategy activated (e.g., 'keyword-fallback').
timestamp
timestamp:
number
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:984
Timestamp of the event.
type
type:
"retrieve:fallback"
Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:978