Skip to content

rulvar API reference


rulvar API reference / @rulvar/evals / runValueCheckpoint

Function: runValueCheckpoint()

ts
function runValueCheckpoint(checkpointPool, options): Promise<CheckpointReport>;

Defined in: packages/evals/src/checkpoint.ts:179

Runs the checkpoint over the fixed pool. Sequential in declaration order (deterministic cassette consumption when recorded); every cell runs baseline then treatment.

Parameters

ParameterType
checkpointPoolCheckpointPool
optionsRunCheckpointOptions

Returns

Promise&lt;CheckpointReport&gt;