Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / InsightSearchOptions
Interface: InsightSearchOptions
Defined in: packages/memory/src/tiers/insight-memory.ts:21
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:29 |
signal? | readonly | AbortSignal | - | packages/memory/src/tiers/insight-memory.ts:30 |
topK? | readonly | number | - | packages/memory/src/tiers/insight-memory.ts:22 |