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
| Parameter | Type |
|---|---|
checkpointPool | CheckpointPool |
options | RunCheckpointOptions |
Returns
Promise<CheckpointReport>