Skip to content
Judgment Labs
Esc
navigateopen⌘Jpreview
On this page

AsyncEvaluateOptions

Options for BaseTracer.asyncEvaluate.

Properties

PropType
judge?string

Name of the hosted judge/scorer (e.g. "faithfulness", "answer_relevancy").

Typestring
example?Record<string, unknown> | undefined

Optional dict with evaluation data. Keys like input, actual_output, expected_output, and retrieval_context are commonly used.

TypeRecord<string, unknown> | undefined

Was this page helpful?