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