Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/rulvar / citationJudgePassOf

Function: citationJudgePassOf()

ts
function citationJudgePassOf(label): "first" | "round" | undefined;

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

Which audit pass a citation judge label names (RV4206): the exact CITATION_JUDGE_LABEL is the first pass over the shipped document, and every suffixed variant is a post round re-audit (today citation-entailment-judge-round, the RV4004 round and the RV4202 merged round both dispatch it). undefined for every other label; one classifier for both reducers, the RV3302 doctrine.

Parameters

ParameterType
labelstring | undefined

Returns

"first" | "round" | undefined