BoundJudgeAssessor
BoundJudgeAssessor<
TInput,TOutput> =object
Legacy judge-side assessor after core binds run-scoped options such as abort signal.
Type Parameters
Section titled “Type Parameters”TInput
Section titled “TInput”TInput = string
TOutput
Section titled “TOutput”TOutput = string
Properties
Section titled “Properties”assess
Section titled “assess”assess: (
input) =>Promise<TOutput>
Runs the judge-side model/provider call with run-scoped options already bound.
Parameters
Section titled “Parameters”TInput
Returns
Section titled “Returns”Promise<TOutput>