Skip to content

Commit ecf3333

Browse files
Merge pull request #4408 from ms-johnalex/upd-aif-ext-042925
Update AI Foundry Extension agent article for 0.3.0 release
2 parents 604b24b + 32c39b5 commit ecf3333

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

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

Lines changed: 16 additions & 9 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/28/2025
10+
ms.date: 04/29/2025
1111
ms.reviewer: erichen
1212
ms.author: johalexander
1313
author: ms-johnalex
@@ -179,25 +179,27 @@ Selecting the deployed agent opens the **Agent Preferences** page in a view only
179179

180180
Open the **Agents Playground** using the following steps:
181181

182-
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.
182+
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.
183+
184+
1. Alternatively, select the **Agent Playground** link in the **Tools** subsection, and select your agent from the top-center list.
183185

184186
1. The **Playground** page is displayed.
185187

186188
:::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":::
187189

188-
1. Type your prompt and see the outputs.
190+
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.
191+
192+
:::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":::
189193

190194
## Explore Threads
191195

192196
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.
193197

194198
:::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":::
195199

196-
197-
198200
### View thread details
199201

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

202204
:::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":::
203205

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

208210
- 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.
209211

212+
### View run details
213+
214+
Select the **View run info** button in the **Thread Details** page to see the run information in a JSON file.
215+
216+
:::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":::
210217

211218
## Cleanup resources
212219

@@ -216,15 +223,15 @@ The Azure resources that you created in this article are billed to your Azure su
216223

217224
Delete the deployed agent in the [online AI Foundry portal](https://ai.azure.com). Select **Agents** from the navigation menu on the left, select your agent, then select the **Delete** button.
218225

219-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/delete-agent.png" alt-text="Screenshot of the AI Foundry portal with 'Agents' from the navigation menu on the left and the **Delete** button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/delete-agent.png":::
226+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/delete-agent.png" alt-text="Screenshot of the AI Foundry portal with Agents from the navigation menu on the left and the Delete button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/delete-agent.png":::
220227

221228
### Delete your models
222229

223230
1. In the VS Code navbar, refresh the **Azure Resources** view. Expand the **Models** subsection to display the list of deployed models.
224231

225232
1. Right-click on your deployed model to delete and select the **Delete** option.
226233

227-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/delete-model.png" alt-text="Screenshot of the model context menu with the 'Delete' option highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/delete-model.png":::
234+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/delete-model.png" alt-text="Screenshot of the model context menu with the Delete option highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/delete-model.png":::
228235

229236
### Delete your tools
230237

@@ -236,4 +243,4 @@ Delete the connected tool with the following steps:
236243

237244
## Next steps
238245

239-
- Learn about the tools you can use with Azure AI Agents, such as [file search](/azure/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview), or [code interpreter](/azure/ai-services/agents/how-to/tools/code-interpreter?tabs=python&pivots=overview).
246+
- Learn about the tools you can use with Azure AI Agents, such as [file search](/azure/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview), or [code interpreter](/azure/ai-services/agents/how-to/tools/code-interpreter?tabs=python&pivots=overview).
11.2 KB
Loading
6.08 KB
Loading
9.21 KB
Loading
121 KB
Loading

0 commit comments

Comments
 (0)