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
### Create and edit Azure AI Agents within the designer view
31
+
## Create and edit Azure AI Agents within the designer view
32
32
33
33
Follow these steps to create an Azure AI Agent:
34
34
@@ -62,7 +62,7 @@ After you choose your save location, both the agent .yaml file and the Designer
62
62
63
63
1. To save the .yaml file, select **File** > **Save** in the VS Code menu bar.
64
64
65
-
### Explore the Azure AI Agent YAML definition
65
+
### Explore the Azure AI Agent YAML definition
66
66
67
67
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:
68
68
@@ -88,37 +88,23 @@ instructions: Instructions for the agent
88
88
tools: []
89
89
```
90
90
91
-
### Add tools to the Azure AI Agent
91
+
## Add tools to the Azure AI Agent
92
92
93
+
Azure AI Agent Service has a set of tools that you can use to interact with your data sources.
93
94
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
95
96
97
+
The following tools are available in the Azure AI Foundry VS Code extension:
96
98
97
-
#### Available tools for Azure AI Agents
98
-
99
-
The following tools are available:
100
-
101
-
- Knowledge tools:
102
99
- [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview)
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.
122
108
123
109
Create a tool configuration .yaml file using the following steps:
124
110
@@ -150,6 +136,19 @@ Add a tool to the AI Agent with the following steps:
150
136
151
137
:::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":::
152
138
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
+
153
152
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.
154
153
155
154
:::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":::
0 commit comments