For the complete documentation index, see llms.txt. This page is also available as Markdown.

Evaluators

Create scoring methods and configure confidence-based review routing.

An evaluator is a named scoring method backed by a judge model. Open Evaluation & Quality → Evaluators to view, edit, or create evaluators.

At the top, the page summarizes your setup:

  • Total and active evaluators

  • Available judge models from Anthropic, OpenAI, and Google

  • Agents with Online Eval enabled

Use Evaluators to manage scoring methods. Use Agent enablement to enable evaluators for each agent.

The Evaluators screen lists evaluators with their framework, judge model, confidence threshold, and status.
Evaluators are the named scoring methods available to your agents.

Evaluator fields

Field
What it shows

Evaluator

The evaluator name, method, and number of agents using it.

Framework

The scoring approach. Single judge uses one model for each output.

Judge model(s)

The model that performs scoring, such as gpt-5.1.

Conf. → HITL

The confidence threshold that routes results to Human Review, such as < 67%.

Status

Whether the evaluator is active.

Actions

A menu for editing or removing the evaluator.

Create an evaluator

1

Open the creation dialog

Select + New evaluator.

2

Configure the evaluator

Complete the following fields:

  • Evaluator name — Required. Use a label such as Answer relevancy.

  • FrameworkSingle judge scores each output with one model. Jury vote is coming soon and unavailable.

  • Evaluation method — Select Answer Relevancy, Safety, or Task Completion.

The New Evaluator dialog shows fields for evaluator name, framework, and evaluation method.
Configure a new evaluator.
The Evaluation method menu shows Answer Relevancy, Safety, and Task Completion.
Select an evaluation method.
  • Judge model — Required. Select the model that judges output.

  • Confidence threshold — Defaults to 50%. The judge returns a rating and confidence from 0–100%. Results below this threshold are flagged for human review, regardless of rating.

  • Route low-confidence results to human review — Controls whether below-threshold results enter Human Review.

3

Save the evaluator

Select Create evaluator. This button is enabled when you set a name, method, and judge model.

Single judge is the only available framework. Jury vote is coming soon.

Last updated