Skip to content

Commit 90c4b68

Browse files
Merge pull request #6729 from lgayhardt/patch-73
Update references from 'Thread info' to 'Thread logs'
2 parents 8c2c88b + 2c7b74f commit 90c4b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Tracing solves this by allowing you to clearly see the inputs and outputs of eac
2727

2828
## Tracing in the Azure AI Foundry Agents playground
2929

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**.
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 logs** 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**.
3131

3232
> [!NOTE]
3333
> Evaluation results are available for 24 hours before expiring. To get evaluation results, select your desired metrics and chat with your agent.
@@ -39,14 +39,14 @@ The Agents playground in the Azure AI Foundry portal lets you trace threads and
3939
4040
:::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":::
4141

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.
42+
After selecting **Thread logs**, 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.
4343

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

4646
> [!TIP]
4747
> 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**.
4848
> :::image type="content" source="../../agents/media/thread-highlight.png" alt-text="A screenshot of the threads screen." lightbox="../../agents/media/thread-highlight.png":::
49-
> 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 logs** button at the top of the screen to view the trace.
5050
5151

5252
> [!NOTE]

0 commit comments

Comments
 (0)