Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / IterativeRecallResult
Type Alias: IterativeRecallResult
ts
type IterativeRecallResult = IterativeRetrievalResult<MemoryHit<Fact>>;Defined in: packages/memory/src/tiers/semantic-memory.ts:229
Outcome of SemanticMemory.searchIterative. Beyond the ranked hits, sufficient / abstained tell the caller whether the memory actually answered the query — abstained: true means it should say so rather than confabulate.