Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/evals / runClaimCorpus

Function: runClaimCorpus()

ts
function runClaimCorpus(cases?): ClaimCorpusVerdict[];

Defined in: packages/evals/src/claim-corpus.ts:356

Runs every corpus case through the pure folds and grades the mechanical expectations. No engine, no model, no journal: the same functions the orchestrator runs, on the same bytes.

Parameters

ParameterTypeDefault value
casesreadonly ClaimCorpusCase[]CLAIM_CORPUS

Returns

ClaimCorpusVerdict[]