Skip to content

Commit 15fc7dc

Browse files
authored
Merge pull request #531 from premkiran-o7/patch-2
Fix Colab NoteBook Broken Link
2 parents 28201d8 + c500d96 commit 15fc7dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

units/en/bonus-unit2/monitoring-and-evaluating-agents-notebook.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<CourseFloatingBanner chapter={2}
22
classNames="absolute z-10 right-0 top-0"
33
notebooks={[
4-
{label: "Google Colab", value: "https://colab.research.google.com/#fileId=https://huggingface.co/agents-course/notebooks/bonus-unit2/monitoring-and-evaluating-agents.ipynb"},
4+
{label: "Google Colab", value: "https://colab.research.google.com/#fileId=https%3A//huggingface.co/agents-course/notebooks/blob/main/bonus-unit2/monitoring-and-evaluating-agents.ipynb"},
55
]} />
66

77
# Bonus Unit 2: Observability and Evaluation of Agents
88

99
<Tip>
10-
You can follow the code in <a href="https://huggingface.co/agents-course/notebooks/blob/main/bonus-unit2/monitoring-and-evaluating-agents-notebook.ipynb" target="_blank">this notebook</a> that you can run using Google Colab.
10+
You can follow the code in <a href="https://colab.research.google.com/#fileId=https%3A//huggingface.co/agents-course/notebooks/blob/main/bonus-unit2/monitoring-and-evaluating-agents.ipynb" target="_blank">this notebook</a> that you can run using Google Colab.
1111
</Tip>
1212

1313
In this notebook, we will learn how to **monitor the internal steps (traces) of our AI agent** and **evaluate its performance** using open-source observability tools.

0 commit comments

Comments
 (0)