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.