Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/memory / / PendingConflictInputLike
Interface: PendingConflictInputLike
Defined in: packages/memory/src/internal/storage-adapter.ts:321
Pending-queue payload - Stage 5 (defer-to-deep) hands the row over to the deep-phase LLM judge (Phase 10c).
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
candidateText | readonly | string | - | packages/memory/src/internal/storage-adapter.ts:324 |
conflictingIds? | readonly | readonly string[] | Top-K conflicting existing fact ids surfaced by Stage 2. | packages/memory/src/internal/storage-adapter.ts:328 |
factId | readonly | string | - | packages/memory/src/internal/storage-adapter.ts:323 |
reason? | readonly | string | - | packages/memory/src/internal/storage-adapter.ts:326 |
scope | readonly | SessionScope | - | packages/memory/src/internal/storage-adapter.ts:322 |
stage | readonly | ConflictAuditStage | - | packages/memory/src/internal/storage-adapter.ts:325 |