Skip to content

Commit 3c842c3

Browse files
committed
updated agent
1 parent 8ed4354 commit 3c842c3

File tree

11 files changed

+9
-19
lines changed

11 files changed

+9
-19
lines changed

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content_well_notification:
88
- AI-contribution
99
ai-usage: ai-assisted
1010
ms.topic: how-to
11-
ms.date: 07/09/2025
11+
ms.date: 07/10/2025
1212
ms.reviewer: erichen
1313
ms.author: johalexander
1414
author: ms-johnalex

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

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ content_well_notification:
88
- AI-contribution
99
ai-usage: ai-assisted
1010
ms.topic: how-to
11-
ms.date: 07/09/2025
11+
ms.date: 07/10/2025
1212
ms.reviewer: erichen
1313
ms.author: johalexander
1414
author: ms-johnalex
@@ -42,12 +42,6 @@ Follow these steps to create an Azure AI Agent:
4242

4343
:::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.":::
4444

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-
5145
### Interact with your agent in the designer
5246

5347
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
5650

5751
1. Enter a name for your agent in the prompt.
5852

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.
6454

6555
1. Configure the following fields. The **ID** is generated by the extension:
6656

@@ -115,7 +105,7 @@ The following tools are available:
115105
- [Microsoft Fabric](/azure/ai-services/agents/how-to/tools/fabric?pivots=portal)
116106
117107
- Action tools:
118-
- [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)
119109
120110
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:
121111
- [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:
156146

157147
Add a tool to the AI Agent with the following steps:
158148

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.
160150

161151
:::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":::
162152

@@ -168,14 +158,14 @@ Add a tool to the AI Agent with the following steps:
168158

169159
:::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":::
170160

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.
172162

173163

174-
### Deploy Azure AI Agents to the Azure AI Foundry Studio
164+
### Create Azure AI Agents on the Azure AI Foundry Studio
175165

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:
177167

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.
179169

180170
:::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":::
181171

86.2 KB
Loading
7.08 KB
Loading
-32.5 KB
Loading
30.8 KB
Loading
144 KB
Loading
298 KB
Loading
6.34 KB
Loading
-47.4 KB
Loading

0 commit comments

Comments
 (0)