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 & object = {}

Run-scoped metadata and abort signal.

Promise<JudgeHarnessOutput>