Skip to content
1 min read · 16 words

Type Alias: OrderingPrimitiveKind

ts
type OrderingPrimitiveKind = "message" | "thought" | "toolCall";

Defined in: src/batteries/validation/types.ts:10

Primitive categories that can appear in an ordering timeline.