runJudgeHarness
runJudgeHarness(
judgeHarness,input,options?):Promise<JudgeHarnessOutput>
Runs a judge harness with eval-scoped context already supplied.
Parameters
Section titled “Parameters”judgeHarness
Section titled “judgeHarness”Judge-side harness configured on the matcher, judge, or suite.
Provider-neutral judge prompt request.
options?
Section titled “options?”RunJudgeOptions & object = {}
Run-scoped metadata and abort signal.
Returns
Section titled “Returns”Promise<JudgeHarnessOutput>