Skip to content

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

PropertyModifierTypeDescriptionDefined in
atreadonlynumberSpan start time (unix nanos) of the recall.packages/cli/src/commands/memory.ts:571
resultsreadonlyreadonly { id: string; rank: number; score: number; signals: Readonly<Record&lt;string, number&gt;>; }[]-packages/cli/src/commands/memory.ts:572
spanIdreadonlystring-packages/cli/src/commands/memory.ts:569