Skip to content

Commit b942b65

Browse files
authored
Merge pull request #6721 from lgayhardt/traceagents0825
Trace agent update screenshot
2 parents 4310c4f + 5a4e11b commit b942b65

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

articles/ai-foundry/how-to/develop/trace-agents-sdk.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,9 @@ Determining the reasoning behind your agent's executions is important for troubl
2525

2626
Tracing solves this by allowing you to clearly see the inputs and outputs of each primitive involved in a particular agent run, in the order in which they were invoked.
2727

28-
2928
## Tracing in the Azure AI Foundry Agents playground
3029

31-
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**.
30+
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**.
3231

3332
> [!NOTE]
3433
> Evaluation results are available for 24 hours before expiring. To get evaluation results, select your desired metrics and chat with your agent.
@@ -38,16 +37,16 @@ The Agents playground in the Azure AI Foundry portal lets you trace threads and
3837
> * `southindia`
3938
> * `uksouth`
4039
41-
:::image type="content" source="../../agents/media/ai-foundry-tracing.png" alt-text="A screenshot of the agent playground in the Azure AI Foundry portal." lightbox="../../agents/media/ai-foundry-tracing.png":::
40+
:::image type="content" source="../../media/trace/trace-agent-playground.png" alt-text="A screenshot of the agent playground in the Azure AI Foundry portal." lightbox="../../media/trace/trace-agent-playground.png":::
4241

43-
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.
42+
After selecting **Thread info**, the screen that appears will 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.
4443

4544
:::image type="content" source="../../agents/media/thread-trace.png" alt-text="A screenshot of a trace." lightbox="../../agents/media/thread-trace.png":::
4645

4746
> [!TIP]
4847
> If you want to view the trace of a previous thread, select **My threads** in the **Agents** screen. Choose a thread, and then select **Try in playground**.
4948
> :::image type="content" source="../../agents/media/thread-highlight.png" alt-text="A screenshot of the threads screen." lightbox="../../agents/media/thread-highlight.png":::
50-
> You will be able to see the **Thread info** button at the top of the screen to view the trace.
49+
> You will be able to see the **Thread info** button at the top of the screen to view the trace.
5150
5251

5352
> [!NOTE]
401 KB
Loading

0 commit comments

Comments
 (0)