Skip to content

Commit

Permalink
Update docs/evaluation/tutorials/agents.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Tanushree <[email protected]>
  • Loading branch information
baskaryan and tanushree-sharma authored Dec 18, 2024
1 parent 2254d0d commit 4f589a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/evaluation/tutorials/agents.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f589a5

Please sign in to comment.