Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / AnchorGroundingFinding

Interface: AnchorGroundingFinding

Defined in: packages/core/dist/index.d.ts

One wrong line finding of anchorGroundingFindingsOf.

Properties

PropertyModifierTypeDescriptionDefined in
anchorreadonlystring-packages/core/dist/index.d.ts
endLine?readonlynumber-packages/core/dist/index.d.ts
linereadonlynumber-packages/core/dist/index.d.ts
pathreadonlystring-packages/core/dist/index.d.ts
scopereadonly"clause" | "sentence"'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/dist/index.d.ts
sentencereadonlystring-packages/core/dist/index.d.ts
suggestionsreadonlyreadonly AnchorGroundingSuggestion[]Exact lines inside the cited file that DO carry a deciding token.packages/core/dist/index.d.ts
tokensreadonlyreadonly string[]The deciding tokens the resolved window never carries.packages/core/dist/index.d.ts
unit?readonlyCitationExcerptUnitThe unit the window came from; absent for the structural json block.packages/core/dist/index.d.ts
windowFirstLinereadonlynumberThe resolved window, 1 based and inclusive.packages/core/dist/index.d.ts
windowLastLinereadonlynumber-packages/core/dist/index.d.ts