Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/core / AnchorGroundingFinding

Interface: AnchorGroundingFinding

Defined in: packages/core/src/orchestrator/anchor-grounding.ts:158

One wrong line finding of anchorGroundingFindingsOf.

Properties

PropertyModifierTypeDescriptionDefined in
anchorreadonlystring-packages/core/src/orchestrator/anchor-grounding.ts:160
endLine?readonlynumber-packages/core/src/orchestrator/anchor-grounding.ts:163
linereadonlynumber-packages/core/src/orchestrator/anchor-grounding.ts:162
pathreadonlystring-packages/core/src/orchestrator/anchor-grounding.ts:161
scopereadonly"sentence" | "clause"'clause' convicted the anchor against its own claim clause; 'sentence' convicted it as the sentence's only anchor whose FILE carries a token no cited window does.packages/core/src/orchestrator/anchor-grounding.ts:169
sentencereadonlystring-packages/core/src/orchestrator/anchor-grounding.ts:159
suggestionsreadonlyreadonly AnchorGroundingSuggestion[]Exact lines inside the cited file that DO carry a deciding token.packages/core/src/orchestrator/anchor-grounding.ts:178
tokensreadonlyreadonly string[]The deciding tokens the resolved window never carries.packages/core/src/orchestrator/anchor-grounding.ts:171
unit?readonlyCitationExcerptUnitThe unit the window came from; absent for the structural json block.packages/core/src/orchestrator/anchor-grounding.ts:176
windowFirstLinereadonlynumberThe resolved window, 1 based and inclusive.packages/core/src/orchestrator/anchor-grounding.ts:173
windowLastLinereadonlynumber-packages/core/src/orchestrator/anchor-grounding.ts:174