Rulvar API reference / @rulvar/core / RunFactPairsFold
Interface: RunFactPairsFold
Defined in: packages/core/src/orchestrator/consistency.ts:525
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
candidates | number | The UNCAPPED count of matched run-claim sentences (RV1809): with only truncated a consumer knew the bound cut the fold but not by how much, so no run-fact coverage ratio was computable from the meta alone. | packages/core/src/orchestrator/consistency.ts:536 |
pairs | ClaimPair[] | The pairs, in draft order, capped at max; anchor RUN_FACTS_ANCHOR. | packages/core/src/orchestrator/consistency.ts:527 |
truncated | boolean | True when more sentences matched than max allowed to report. | packages/core/src/orchestrator/consistency.ts:529 |