Graphorin API reference v0.5.0
Graphorin API reference / @graphorin/cli / / MemoryWhyRecall
Interface: MemoryWhyRecall
Defined in: packages/cli/src/commands/memory.ts:568
A single decoded recall explanation surfaced by graphorin memory why.
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
at | readonly | number | Span start time (unix nanos) of the recall. | packages/cli/src/commands/memory.ts:571 |
results | readonly | readonly { id: string; rank: number; score: number; signals: Readonly<Record<string, number>>; }[] | - | packages/cli/src/commands/memory.ts:572 |
spanId | readonly | string | - | packages/cli/src/commands/memory.ts:569 |