Interface: OrderingTimelineEntry
Defined in: src/batteries/validation/types.ts:13
One time-ordered timeline entry merging Message, Thought, and ToolCall values.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
at | number | Creation time in milliseconds, derived from the primitive's createdAt. | src/batteries/validation/types.ts:17 |
kind | OrderingPrimitiveKind | Category of the value. | src/batteries/validation/types.ts:15 |
role? | "user" | "assistant" | Conversation role when the primitive has a meaningful user/assistant role. | src/batteries/validation/types.ts:21 |
seq | number | Stable insertion-order tie-break captured before sorting the timeline. | src/batteries/validation/types.ts:19 |
value | | Message | Thought | ToolCall | The original ADK primitive, retained for metadata and correlation checks. | src/batteries/validation/types.ts:23 |