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