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: articles/ai-studio/tutorials/copilot-sdk-evaluate.md
+26-24Lines changed: 26 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,37 +107,39 @@ In Part 1 of this tutorial series, you created an **.env** file that specifies t
107
107
108
108
### Interpret the evaluation output
109
109
110
-
In the console output, you see foreach question an answer and the summarized metrics. (You might see different columnsin your output.)
110
+
In the console output, you see an answer foreach question, followed by a table with summarized metrics. (You might see different columnsin your output.)
111
111
112
-
If you weren't able to increase the tokens per minute limit for your model, you might see some time-out errors, which are expected. The evaluation script is designed to handle these errors and continue running.
112
+
If you weren't able to increase the tokens per minute limit for your model, you might see some time-out errors, which are expected. The evaluation script is designed to handle these errors and continue running.
113
113
114
-
```txt
114
+
> [!NOTE]
115
+
> You may also see many `WARNING:opentelemetry.attributes:` - these can be safely ignored and do not affect the evaluation results.
0 commit comments