Skip to main content

Interface: ClassifyErrorEvent

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:903

Emitted when query classification fails.

Properties

error

error: Error

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:906

The error that caused classification to fail.


timestamp

timestamp: number

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:908

Timestamp when the error occurred.


type

type: "classify:error"

Defined in: packages/agentos/src/orchestration/pipeline/query/types.ts:904