Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/evals / canaryFingerprint

Function: canaryFingerprint()

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

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

The fingerprint alone (the pre-v1.16.2-review surface, kept compatible). Prefer runCanary: its allOk is the drift-flip gate.

Parameters

ParameterType
engineEngine
probesCanaryProbeSet
optionsCanaryRunOptions

Returns

Promise&lt;string&gt;