AsyncEvaluateOptions
Options for BaseTracer.asyncEvaluate.
Properties
PropType
judge?string
Name of the hosted judge/scorer (e.g. "faithfulness", "answer_relevancy").
Type
stringexample?Record<string, unknown> | undefined
Optional dict with evaluation data. Keys like input, actual_output, expected_output, and retrieval_context are commonly used.
Type
Record<string, unknown> | undefined