JudgeOptions
JudgeOptions<
TParams,TInput,TOutput,TMetadata,THarness> =JudgeContext<TInput,TOutput,TMetadata,THarness> &TParams
Convenience helper for judges that accept explicit per-call params.
Type Parameters
Section titled “Type Parameters”TParams
Section titled “TParams”TParams extends Record<string, unknown> = Record<string, never>
TInput
Section titled “TInput”TInput = unknown
TOutput
Section titled “TOutput”TOutput extends JsonValue | undefined = JsonValue | undefined
TMetadata
Section titled “TMetadata”TMetadata extends HarnessMetadata = HarnessMetadata
THarness
Section titled “THarness”THarness extends Harness<TInput, TOutput, TMetadata> | undefined = Harness<TInput, TOutput, TMetadata> | undefined