You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: evals/introduction.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ title: Introduction
4
4
5
5
## What are Evals?
6
6
7
-
**Evals** are like tests for your Agents. Use them judiciously to evaluate the performance of your Agents and improve them over time.
7
+
**Evals** are unit & integration tests for your Agents. Use them judiciously to evaluate and measure the performance of your Agents and improve it over time.
8
8
9
9
We typically evaludate Agents on 3 dimensions:
10
10
11
-
-**Accuracy:** How accurate is the Agent's response?
12
-
-**Performance:** How fast does the Agent produce the output and what is the memory footprint?
11
+
-**Accuracy:** How complete/correct/accurate is the Agent's response (LLM-as-a-judge)
12
+
-**Performance:** How fast does the Agent respond and what's the memory footprint?
13
13
-**Reliability:** Does the Agent make the expected tool calls?
0 commit comments