Rulvar API reference / @rulvar/core / AnchorGroundingOptions
Interface: AnchorGroundingOptions
Defined in: packages/core/src/orchestrator/anchor-grounding.ts:182
The options of anchorGroundingFindingsOf and the validator.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
lexicon? | Readonly<Record<string, string>> | Extra word to literal expansions beside caret and tilde. | packages/core/src/orchestrator/anchor-grounding.ts:190 |
pattern? | string | Overrides DEFAULT_CITATION_PATTERN; must expose path:line. | packages/core/src/orchestrator/anchor-grounding.ts:186 |
resolve | (target) => string | undefined | The pure snapshot resolver every citation check reads. | packages/core/src/orchestrator/anchor-grounding.ts:184 |
runId? | string | The run id, excluded as identity when present. | packages/core/src/orchestrator/anchor-grounding.ts:192 |
stopWords? | readonly string[] | Extra stop words this host's prose writes as filler. | packages/core/src/orchestrator/anchor-grounding.ts:188 |