Skip to content

BoundJudgeAssessor

BoundJudgeAssessor<TInput, TOutput> = object

Legacy judge-side assessor after core binds run-scoped options such as abort signal.

TInput = string

TOutput = string

assess: (input) => Promise<TOutput>

Runs the judge-side model/provider call with run-scoped options already bound.

TInput

Promise<TOutput>