Skip to content

Commit 511a46a

Browse files
committed
initial commit
1 parent 055d39e commit 511a46a

File tree

4 files changed

+25
-26
lines changed

4 files changed

+25
-26
lines changed

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

Lines changed: 25 additions & 26 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/10/2025
11+
ms.date: 07/31/2025
1212
ms.reviewer: erichen
1313
ms.author: johalexander
1414
author: ms-johnalex
@@ -28,7 +28,7 @@ Azure AI Foundry developers can stay productive by developing, testing, and depl
2828

2929
[!INCLUDE [feature-preview](../../includes/feature-preview.md)]
3030

31-
### Create and edit Azure AI Agents within the designer view
31+
## Create and edit Azure AI Agents within the designer view
3232

3333
Follow these steps to create an Azure AI Agent:
3434

@@ -62,7 +62,7 @@ After you choose your save location, both the agent .yaml file and the Designer
6262

6363
1. To save the .yaml file, select **File** > **Save** in the VS Code menu bar.
6464

65-
### Explore the Azure AI Agent YAML definition
65+
### Explore the Azure AI Agent YAML definition
6666

6767
Your AI Agent .yaml file was opened at the same time the designer was. This file contains the details and setup information for your agent, similar to the following .yaml file example:
6868

@@ -88,37 +88,23 @@ instructions: Instructions for the agent
8888
tools: []
8989
```
9090
91-
### Add tools to the Azure AI Agent
91+
## Add tools to the Azure AI Agent
9292
93+
Azure AI Agent Service has a set of tools that you can use to interact with your data sources.
9394
94-
Azure AI Agent Service has a set of knowledge and action tools that you can use to interact with your data sources.
95+
#### Available tools for Azure AI Agents in the Azure AI Foundry VS Code extension
9596
97+
The following tools are available in the Azure AI Foundry VS Code extension:
9698
97-
#### Available tools for Azure AI Agents
98-
99-
The following tools are available:
100-
101-
- Knowledge tools:
10299
- [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview)
103-
- [File search]( /azure/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview)
104-
- [Azure AI Search](/azure/ai-services/agents/how-to/tools/azure-ai-search?tabs=pythonsdk&pivots=overview)
105-
- [Microsoft Fabric](/azure/ai-services/agents/how-to/tools/fabric?pivots=portal)
106-
107-
- Action tools:
108-
- [Azure AI Agents function calling](/azure/ai-services/agents/how-to/tools/function-calling?pivots=python)
109-
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:
111-
- [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview)
112-
- [Azure AI Search](/azure/ai-services/agents/how-to/tools/azure-ai-search?tabs=pythonsdk&pivots=overview)
113-
- [Azure Functions](/azure/ai-services/agents/how-to/tools/azure-functions?tabs=python&pivots=overview)
114-
- [File search](/azure/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview)
115-
- [Code interpreter](/azure/ai-services/agents/how-to/tools/code-interpreter?tabs=python&pivots=overview)
116-
- [OpenAPI Specified tools](/azure/ai-services/agents/how-to/tools/openapi-spec?tabs=python&pivots=overview)
117-
- [SharePoint](/azure/ai-services/agents/how-to/tools/sharepoint?tabs=python&pivots=overview)
100+
- [File search](/azure/ai-services/agents/how-to/tools/file-search?tabs=python&pivots=overview)
101+
- [Code interpreter](/azure/ai-services/agents/how-to/tools/code-interpreter?tabs=python&pivots=overview)
102+
- [OpenAPI Specified tools](/azure/ai-services/agents/how-to/tools/openapi-spec?tabs=python&pivots=overview)
103+
118104
119105
#### Configure the tools YAML file
120106
121-
The Agent Designer adds tools to an AI Agent via .yaml files.
107+
The Agent Designer adds the **Grounding With Bing Search tool** and **OpenAPI Specified tool** to an AI Agent via .yaml files.
122108
123109
Create a tool configuration .yaml file using the following steps:
124110
@@ -150,6 +136,19 @@ Add a tool to the AI Agent with the following steps:
150136

151137
:::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":::
152138

139+
140+
Your experience might vary depending on the tool you selected. For example, if you select the **Code interpreter** or **File upload** tool, the designer displays the appropriate pane to configure the tool, as in the following images:
141+
142+
Code interpreter tool dialog box:
143+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-ci-tool-dialog.png" alt-text="Screenshot of the Code interpreter tool dialog box." lightbox="../../media/how-to/get-started-projects-vs-code/agent-ci-tool-dialog.png":::
144+
145+
File upload tool dialog box:
146+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-fs-tool-dialog.png" alt-text="Screenshot of the Code interpreter tool dialog box." lightbox="../../media/how-to/get-started-projects-vs-code/agent-fs-tool-dialog.png":::
147+
148+
After entering the required information, select the **Upload and save** button in the bottom-left corner.
149+
150+
If you select the **Grounding with Bing Search** or **OpenAPI 3.0 Specified** tools, a dialog box appears to configure the tool connection.
151+
153152
1. In the file explorer that appears, select the .yaml tool file to use. Select the **Select a tool file** button to add the tool to the agent.
154153

155154
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-select-tool-file.png" alt-text="Screenshot of the file explorer with the selected file and the 'Select a tool file' button highlighted." lightbox="../../media/how-to/get-started-projects-vs-code/agent-select-tool-file.png":::
36.3 KB
Loading
33.1 KB
Loading
-306 Bytes
Loading

0 commit comments

Comments
 (0)