Skip to content

Commit f335047

Browse files
committed
Updated agents article
1 parent fa24e3c commit f335047

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

articles/ai-foundry/how-to/develop/vs-code-agents.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-ai-foundry
77
content_well_notification:
88
- AI-contribution
99
ms.topic: how-to
10-
ms.date: 04/23/2025
10+
ms.date: 04/29/2025
1111
ms.reviewer: erichen
1212
ms.author: johalexander
1313
author: ms-johnalex
@@ -177,25 +177,27 @@ Selecting the deployed agent opens the **Agent Preferences** page in a view only
177177

178178
Open the **Agents Playground** using the following steps:
179179

180-
1. Right-click on your deployed agent and select the **Open Playground** option This action starts a thread with your agent and let you send messages.
180+
1. Right-click on your deployed agent and select the **Open Playground** option This action starts a thread with your agent and let you send messages.
181+
182+
1. Alternatively, select the **Agent Playground** link in the **Tools** subsection, and select your agent from the top-center list.
181183

182184
1. The **Playground** page is displayed.
183185

184186
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-display-playground.png" alt-text="Screenshot of the **Agents Playground** page in VS Code." lightbox="../../media/how-to/get-started-projects-vs-code/agent-display-playground.png":::
185187

186-
1. Type your prompt and see the outputs.
188+
1. Type your prompt and see the outputs. The **Grounding with Bing search** tool is used to search the web for information. The agent uses the model and tools you configured in the agent designer. The source of the information is displayed in the **Agent Annotations** section, highlighted in the following image.
189+
190+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-playground-run.png" alt-text="Screenshot of the **Agents Playground** page with agent annotations highlighted in VS Code." lightbox="../../media/how-to/get-started-projects-vs-code/agent-playground-run.png":::
187191

188192
## Explore Threads
189193

190194
The **Threads** subsection displays the threads created during a run with your agent. In the Azure Resources Extension view, select the **caret** icon in front of the **Threads** subsection to view the list of threads.
191195

192196
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/thread-list.png" alt-text="Screenshot of the threads in the Threads subsection." lightbox="../../media/how-to/get-started-projects-vs-code/thread-list.png":::
193197

194-
195-
196198
### View thread details
197199

198-
Select a thread to view its details. The **Thread Details** page is displayed.
200+
Select a thread to see the **Thread Details** page.
199201

200202
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/thread-view.png" alt-text="Screenshot of the thread details view." lightbox="../../media/how-to/get-started-projects-vs-code/thread-view.png":::
201203

@@ -205,6 +207,11 @@ Select a thread to view its details. The **Thread Details** page is displayed.
205207

206208
- A **Run** is a single execution of an agent. Each run can have multiple threads, and each thread can have multiple messages. The agent uses its configuration and Thread’s Messages to perform tasks by calling models and tools. As part of a Run, the agent appends Messages to the Thread.
207209

210+
### View run details
211+
212+
Select the **View run info** button in the **Thread Details** page to see the run information in a JSON file.
213+
214+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/run-file.png" alt-text="Screenshot of the run details .json file." lightbox="../../media/how-to/get-started-projects-vs-code/run-file.png":::
208215

209216
## Cleanup resources
210217

11.2 KB
Loading
6.08 KB
Loading
9.21 KB
Loading
121 KB
Loading

0 commit comments

Comments
 (0)