Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/memory / / PendingConflictInputLike
Interface: PendingConflictInputLike
Defined in: packages/memory/src/internal/storage-adapter.ts:201
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:204 |
conflictingIds? | readonly | readonly string[] | Top-K conflicting existing fact ids surfaced by Stage 2. | packages/memory/src/internal/storage-adapter.ts:208 |
factId | readonly | string | - | packages/memory/src/internal/storage-adapter.ts:203 |
reason? | readonly | string | - | packages/memory/src/internal/storage-adapter.ts:206 |
scope | readonly | SessionScope | - | packages/memory/src/internal/storage-adapter.ts:202 |
stage | readonly | ConflictAuditStage | - | packages/memory/src/internal/storage-adapter.ts:205 |