Skip to content

Commit cdec8b4

Browse files
committed
ipdate based on feedback
1 parent 511a46a commit cdec8b4

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ The following tools are available in the Azure AI Foundry VS Code extension:
104104
105105
#### Configure the tools YAML file
106106
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.
108108
109109
Create a tool configuration .yaml file using the following steps:
110110
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).
112112
113113
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:
114114
@@ -136,29 +136,29 @@ Add a tool to the AI Agent with the following steps:
136136

137137
:::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":::
138138

139+
Your experience might vary depending on the tool you selected.
139140

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

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

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

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

163163
### Create Azure AI Agents on the Azure AI Foundry Studio
164164

0 commit comments

Comments
 (0)