Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/core / / SessionMessageWithMetadata
Interface: SessionMessageWithMetadata
Defined in: packages/core/src/contracts/memory-store.ts:101
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:105 |
message | readonly | Message | packages/core/src/contracts/memory-store.ts:102 |
messageId | readonly | string | packages/core/src/contracts/memory-store.ts:103 |
sequence | readonly | number | packages/core/src/contracts/memory-store.ts:104 |