You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/vs-code-agents.md
+8-18Lines changed: 8 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ content_well_notification:
8
8
- AI-contribution
9
9
ai-usage: ai-assisted
10
10
ms.topic: how-to
11
-
ms.date: 07/09/2025
11
+
ms.date: 07/10/2025
12
12
ms.reviewer: erichen
13
13
ms.author: johalexander
14
14
author: ms-johnalex
@@ -42,12 +42,6 @@ Follow these steps to create an Azure AI Agent:
42
42
43
43
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-agent-plus.png" alt-text="Screenshot of the plus sign next to the Agents subsection.":::
44
44
45
-
1. In the **Save As** dialog box, select a directory and enter a name for your new AI Agent .yaml file.
46
-
47
-
1. Select the **Save Agent File** button to save your AI Agent file.
48
-
49
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/enter-agent-name.png" alt-text="Screenshot of the VS Code Save As dialog to save the agent yaml file." lightbox="../../media/how-to/get-started-projects-vs-code/enter-agent-name.png":::
50
-
51
45
### Interact with your agent in the designer
52
46
53
47
After you choose your save location, both the agent .yaml file and the Designer view will open to edit your AI Agent.
@@ -56,11 +50,7 @@ After you choose your save location, both the agent .yaml file and the Designer
56
50
57
51
1. Enter a name for your agent in the prompt.
58
52
59
-
1. Enter your model deployment name. The deployment name you chose when you deployed an existing model.
60
-
61
-
> [!TIP]
62
-
> The model deployment name must be the exact name you chose for the model you deployed in your Azure AI Foundry project. In the following image, `gpt-4o-1` is the model deployment name you chose at deployment. `gpt-4o` is the model name.
63
-
> :::image type="content" source="../../media/how-to/get-started-projects-vs-code/deployment-model-name.png" alt-text="Screenshot of the highlighted deployment model names, an arrow between them, and the model name highlighted in a different color." lightbox="../../media/how-to/get-started-projects-vs-code/deployment-model-name.png":::
53
+
1. Select your model deployment name from the dropdown. This is the deployment name you chose when you deployed an existing model.
64
54
65
55
1. Configure the following fields. The **ID** is generated by the extension:
66
56
@@ -115,7 +105,7 @@ The following tools are available:
- [Azure AI Agents function calling](/azure/ai-services/agents/how-to/tools/function-calling?pivots=python)
108
+
- [Azure AI Agents function calling](/azure/ai-services/agents/how-to/tools/function-calling?pivots=python)
119
109
120
110
Azure AI Foundry Agent Service has a set of knowledge and action tools that you can use to interact with your data sources, such as:
121
111
- [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview)
@@ -156,7 +146,7 @@ Create a tool configuration .yaml file using the following steps:
156
146
157
147
Add a tool to the AI Agent with the following steps:
158
148
159
-
1. Select the **+** (plus) icon next to the **TOOL** section in the designer.
149
+
1. Select the **Add tool** button in the top-right corner of the **TOOL** section in the designer to show the dropdown. Choose the tool you want to add.
160
150
161
151
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-tool-plus.png" alt-text="Screenshot of the Agent designer TOOL section with the plus icon highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/agent-tool-plus.png":::
162
152
@@ -168,14 +158,14 @@ Add a tool to the AI Agent with the following steps:
168
158
169
159
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-added-tool.png" alt-text="Screenshot of the Agent designer TOOL section with the new tool highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/agent-added-tool.png":::
170
160
171
-
1. To save the .yaml file, select **File** > **Save** in the VS Code menu bar.
161
+
1. To save the tool .yaml file, select **File** > **Save** in the VS Code menu bar.
172
162
173
163
174
-
### Deploy Azure AI Agents to the Azure AI Foundry Studio
164
+
### Create Azure AI Agents on the Azure AI Foundry Studio
175
165
176
-
Deploy your agent directly to Azure AI Foundry with the following steps:
166
+
Create your agent directly on Azure AI Foundry with the following steps:
177
167
178
-
1. Select the **Deploy to Azure AI Foundry** button in the bottom-left of the designer.
168
+
1. Select the **Create on Azure AI Foundry** button in the bottom-left of the designer.
179
169
180
170
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-deploy.png" alt-text="Screenshot of the Agent designer with the 'Deploy to Azure AI Foundry' button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/agent-deploy.png":::
0 commit comments