Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/cli / / MemoryWhyRecall

Interface: MemoryWhyRecall

Defined in: packages/cli/src/commands/memory.ts:572

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:575
resultsreadonlyreadonly { id: string; rank: number; score: number; signals: Readonly<Record&lt;string, number&gt;>; }[]-packages/cli/src/commands/memory.ts:576
spanIdreadonlystring-packages/cli/src/commands/memory.ts:573