Rulvar API reference / @rulvar/core / RunFactPairOptions
Interface: RunFactPairOptions
Defined in: packages/core/src/orchestrator/consistency.ts:516
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
max? | number | Bound on returned pairs; default DEFAULT_MAX_RUN_FACT_PAIRS. | packages/core/src/orchestrator/consistency.ts:520 |
maxExcerptChars? | number | Bound on the draft excerpt; default DEFAULT_MAX_PAIR_EXCERPT_CHARS. | packages/core/src/orchestrator/consistency.ts:522 |
terms? | readonly string[] | Case-insensitive substring triggers, e.g. 'not run' or a locale phrase. | packages/core/src/orchestrator/consistency.ts:518 |