Rulvar API reference / @rulvar/evals / CanaryRunOptions
Interface: CanaryRunOptions
Defined in: packages/evals/src/canary.ts:39
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
budgetUsd? | number | Immutable ceiling per probe run (v1.16.2 review P1-2): every probe is an ordinary paid engine run and gets its own recorded RunMeta.budgetUsd. | packages/evals/src/canary.ts:45 |
envelope? | SpendEnvelope | Aggregate debit-only envelope shared with the surrounding sweep; each probe authorizes budgetUsd BEFORE running, and an envelope requires budgetUsd to be set. | packages/evals/src/canary.ts:51 |