---
title: AsyncEvaluateOptions
seo:
  title: AsyncEvaluateOptions — TypeScript SDK
  description: Options for BaseTracer.asyncEvaluate. (TypeScript SDK)
description: Options for BaseTracer.asyncEvaluate.
---

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `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. |
