Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/memory / / InsightSearchOptions

Interface: InsightSearchOptions

Defined in: packages/memory/src/tiers/insight-memory.ts:23

Per-call options accepted by InsightMemory.search.

Properties

PropertyModifierTypeDescriptionDefined in
includeQuarantined?readonlybooleanInclude quarantined insights (P1-4). Defaults to false. Since reflection-synthesized insights always land quarantined, set this true to surface them for the validation / inspector path - never for auto-recall fed back into the model.packages/memory/src/tiers/insight-memory.ts:31
signal?readonlyAbortSignal-packages/memory/src/tiers/insight-memory.ts:32
topK?readonlynumber-packages/memory/src/tiers/insight-memory.ts:24