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
| Parameter | Type |
|---|---|
engine | Engine |
probes | CanaryProbeSet |
Returns
Promise<string>