diff --git a/docs/evaluation/tutorials/agents.mdx b/docs/evaluation/tutorials/agents.mdx index a53814db..72cd0eea 100644 --- a/docs/evaluation/tutorials/agents.mdx +++ b/docs/evaluation/tutorials/agents.mdx @@ -6,7 +6,7 @@ import { RegionalUrl } from "@site/src/components/RegionalUrls"; [Agent evaluation](../concepts#agents) | [Evaluators](../concepts#evaluators) | [LLM-as-judge evaluators](../concepts#llm-as-judge) ::: -In this tutorial, we'll build a customer support bot that helps users navigate a digital music store. We'll create three types of evaluations: +In this tutorial, we'll build a customer support bot that helps users navigate a digital music store. Then, we'll go through the three most effective types of evaluations to run on chat bots: - [Final response](../concepts#evaluating-an-agents-final-response): Evaluate the agent's final response. - [Trajectory](../concepts#evaluating-an-agents-trajectory): Evaluate whether the agent took the expected path (e.g., of tool calls) to arrive at the final answer.