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
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,11 @@ The following tools are available in the Azure AI Foundry VS Code extension:
104
104
105
105
#### Configure the tools YAML file
106
106
107
-
The Agent Designer adds the **Grounding With Bing Search tool** and **OpenAPI Specified tool** to an AI Agent via .yaml files.
107
+
The Agent Designer adds the **Grounding With Bing Search tool** and **OpenAPI 3.0Specified tool** to an AI Agent via .yaml files.
108
108
109
109
Create a tool configuration .yaml file using the following steps:
110
110
111
-
1. Choose a tool from the [available tools for Azure AI Agents](#available-tools-for-azure-ai-agents). Perform any setup steps that might be required. For example, [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview#setup).
111
+
1. Choose a tool from the [available tools for Azure AI Agents](#available-tools-for-azure-ai-agents-in-the-azure-ai-foundry-vs-code-extension). Perform any setup steps that might be required. For example, [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview#setup).
112
112
113
113
1. Once you complete the setup, create a yaml code file that specifies the tool's configuration. For example, this format for Grounding with Bing Search:
114
114
@@ -136,29 +136,29 @@ Add a tool to the AI Agent with the following steps:
136
136
137
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":::
138
138
139
+
Your experience might vary depending on the tool you selected.
139
140
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
+
1. 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
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
-
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.
153
-
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":::
155
-
156
-
1. The tool is displayed in the **TOOL** section.
157
-
158
-
:::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":::
143
+
Code interpreter tool dialog box:
144
+
:::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":::
145
+
146
+
File upload tool dialog box:
147
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-fs-tool-dialog.png" alt-text="Screenshot of the File upload tool dialog box." lightbox="../../media/how-to/get-started-projects-vs-code/agent-fs-tool-dialog.png":::
148
+
149
+
1. After entering the required information, select the **Upload and save** button in the bottom-left corner.
159
150
160
-
1. To save the tool .yaml file, select **File** > **Save** in the VS Code menu bar.
151
+
1. If you select the **Grounding with Bing Search** or **OpenAPI 3.0 Specified** tools, a dialog box appears to configure the tool connection.
161
152
153
+
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
+
155
+
:::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":::
156
+
157
+
1. The tool is displayed in the **TOOL** section.
158
+
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":::
160
+
161
+
1. To save the tool .yaml file, select **File** > **Save** in the VS Code menu bar.
162
162
163
163
### Create Azure AI Agents on the Azure AI Foundry Studio
0 commit comments