Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / formatRecallExplanation

Function: formatRecallExplanation()

ts
function formatRecallExplanation(explanation): string;

Defined in: packages/memory/src/search/explain.ts:105

Render a RecallExplanation as a compact ASCII block — a header line plus one line per recalled memory with its signal breakdown. Pure (returns a string, no I/O); used by operator tooling and trace inspectors.

Parameters

ParameterType
explanationRecallExplanation

Returns

string

Stable