rulvar API reference / @rulvar/evals / JudgeSpec
Interface: JudgeSpec
Defined in: packages/evals/src/case.ts:54
A judge invocation specification. The judge runs through the engine as an ordinary journaled, budgeted invocation; model selection is subject to the router quality floors, and @rulvar/evals ships NO default judge model: weak defaults for judging are forbidden, so the model is always explicit.
Properties
| Property | Type | Defined in |
|---|---|---|
model | ModelSpec | packages/evals/src/case.ts:55 |
prompt | string | packages/evals/src/case.ts:56 |
schema | SchemaSpec | packages/evals/src/case.ts:57 |