Skip to main content

Interface: ClassifyErrorEvent

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

Emitted when query classification fails.

Properties

error

error: Error

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

The error that caused classification to fail.


timestamp

timestamp: number

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

Timestamp when the error occurred.


type

type: "classify:error"

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