Interface: ClassifyErrorEvent
Defined in: packages/agentos/src/query-router/types.ts:529
Emitted when query classification fails.
Properties
error
error:
Error
Defined in: packages/agentos/src/query-router/types.ts:532
The error that caused classification to fail.
timestamp
timestamp:
number
Defined in: packages/agentos/src/query-router/types.ts:534
Timestamp when the error occurred.
type
type:
"classify:error"
Defined in: packages/agentos/src/query-router/types.ts:530