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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
includeQuarantined? | readonly | boolean | Include 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? | readonly | AbortSignal | - | packages/memory/src/tiers/insight-memory.ts:32 |
topK? | readonly | number | - | packages/memory/src/tiers/insight-memory.ts:24 |