Skip to content

runJudgeHarness

runJudgeHarness(judgeHarness, input, options?): Promise<JudgeHarnessOutput>

Runs a judge harness with eval-scoped context already supplied.

JudgeHarness

Judge-side harness configured on the matcher, judge, or suite.

JudgeHarnessInput

Provider-neutral judge prompt request.

RunJudgeOptions = {}

Run-scoped abort signal.

Promise<JudgeHarnessOutput>