Skip to content

Commit 86f6cae

Browse files
committed
fix typo
1 parent 611e6f1 commit 86f6cae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/evaluation/tutorials/agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In this tutorial, we'll build a customer support bot that helps users navigate a
1010

1111
- [Final response](../concepts#evaluating-an-agents-final-response): Evaluate the agent's final response.
1212
- [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.
13-
- [Single step](../concepts#evaluating-a-single-step-of-an-agent): Evaluate any agent step in isolation (e.g., whether it selects the appropriate first tool for a given ).
13+
- [Single step](../concepts#evaluating-a-single-step-of-an-agent): Evaluate any agent step in isolation (e.g., whether it selects the appropriate first tool for a given step).
1414

1515
We'll build our agent using [LangGraph](https://github.com/langchain-ai/langgraph), but the techniques and LangSmith functionality shown here are framework-agnostic.
1616

0 commit comments

Comments
 (0)