Skip to content

rulvar API reference


rulvar API reference / @rulvar/evals / canaryFingerprint

Function: canaryFingerprint()

ts
function canaryFingerprint(engine, probes): Promise<string>;

Defined in: packages/evals/src/canary.ts:44

Runs the fixed probe set through the ordinary engine and returns the fingerprint. Probes run sequentially in declaration order, one run per probe, so recordings replay deterministically.

Parameters

ParameterType
engineEngine
probesCanaryProbeSet

Returns

Promise&lt;string&gt;