Skip to main content

Interface: ClassifyStartEvent

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

Emitted when query classification begins.

Properties

query

query: string

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

The raw user query being classified.


timestamp

timestamp: number

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

Timestamp when classification started.


type

type: "classify:start"

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