Skip to content

Commit ff631ee

Browse files
committed
eval note
1 parent 5bdf168 commit ff631ee

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/ai-services/agents/concepts/tracing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ Tracing solves this by allowing you to clearly see the inputs and outputs of eac
2525

2626
The Agents playground in the Azure AI Foundry portal lets you trace threads and runs that your agents produce. To open a trace, select **Thread info** in an active thread. You can also optionally select **Metrics** to enable automatic evaluations of the model's performance across several dimensions of **AI quality** and **Risk and safety**.
2727

28+
> [!NOTE]
29+
> Evaluations are not available in the following regions.
30+
> * australiaeast
31+
> * japaneast
32+
> * southindia
33+
> * uksouth
34+
2835
:::image type="content" source="../media/ai-foundry-tracing.png" alt-text="A screenshot of the agent playground in the Azure AI Foundry portal." lightbox="../media/ai-foundry-tracing.png":::
2936

3037
After selecting **Thread info**, the screen that appears will be let you view the: thread, run, run steps and any tool calls that were made. You can view the inputs and outputs between the agent and user, as well the associated metadata and any evaluations you selected.

0 commit comments

Comments
 (0)