Graphorin API reference v0.5.0
Graphorin API reference / @graphorin/core / / SessionMessageWithMetadata
Interface: SessionMessageWithMetadata
Defined in: packages/core/src/contracts/memory-store.ts:65
A stored message paired with its persisted identity (RP-5). The Message type itself carries no id / timestamp; these come from the store row, so an exporter can preserve message identity + chronology across a round-trip.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
createdAt | readonly | string | packages/core/src/contracts/memory-store.ts:69 |
message | readonly | Message | packages/core/src/contracts/memory-store.ts:66 |
messageId | readonly | string | packages/core/src/contracts/memory-store.ts:67 |
sequence | readonly | number | packages/core/src/contracts/memory-store.ts:68 |