Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/memory / / PendingConflictInputLike
Interface: PendingConflictInputLike
Defined in: packages/memory/src/internal/storage-adapter.ts:245
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:248 |
conflictingIds? | readonly | readonly string[] | Top-K conflicting existing fact ids surfaced by Stage 2. | packages/memory/src/internal/storage-adapter.ts:252 |
factId | readonly | string | - | packages/memory/src/internal/storage-adapter.ts:247 |
reason? | readonly | string | - | packages/memory/src/internal/storage-adapter.ts:250 |
scope | readonly | SessionScope | - | packages/memory/src/internal/storage-adapter.ts:246 |
stage | readonly | ConflictAuditStage | - | packages/memory/src/internal/storage-adapter.ts:249 |