Skip to content

Commit 0bfe707

Browse files
committed
update based on feedback
1 parent 7b86faa commit 0bfe707

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

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

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -111,29 +111,28 @@ Add a tool to the AI Agent with the following steps:
111111
112112
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.
113113
114-
:::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":::
114+
:::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":::
115115
116-
1. The designer displays the appropriate pane to configure the tool, as in the following images:
117-
118-
1. Code interpreter tool dialog box:
119-
:::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":::
116+
1. The designer displays the appropriate pane to configure the tool, as in the following images:
117+
Code interpreter tool dialog box:
118+
:::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":::
120119
121-
1. File upload tool dialog box:
120+
File upload tool dialog box:
122121
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-file-search-tool-dialog.png" alt-text="Screenshot of the File upload tool dialog box." lightbox="../../media/how-to/get-started-projects-vs-code/agent-file-search-tool-dialog.png":::
123122
124-
1. Grounding with Bing Search dialog box:
123+
Grounding with Bing Search dialog box:
125124
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-bing-tool-dialog.png" alt-text="Screenshot of the Grounding with Bing Search tool dialog box." lightbox="../../media/how-to/get-started-projects-vs-code/agent-bing-tool-dialog.png":::
126125
127-
1. OpenAPI 3.0 Specified dialog box:
126+
OpenAPI 3.0 Specified dialog box:
128127
129-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-openapi-tool-dialog.png" alt-text="Screenshot of the OpenAPI 3.0 Specified tool dialog box." lightbox="../../media/how-to/get-started-projects-vs-code/agent-openapi-tool-dialog.png":::
128+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/agent-openapi-tool-dialog.png" alt-text="Screenshot of the OpenAPI 3.0 Specified tool dialog box." lightbox="../../media/how-to/get-started-projects-vs-code/agent-openapi-tool-dialog.png":::
130129
131-
1. After entering the required information, select the **Upload and save** button in the bottom-left corner.
130+
1. After entering the required information, select the **Upload and save** button in the bottom-left corner.
132131
133-
> [!NOTE]
134-
> When you add a tool, you can also add any new assets it needs. For example, if you add a File Search tool, you can use an existing vector store asset or make a new asset for your vector store to host your uploaded files.
132+
> [!NOTE]
133+
> When you add a tool, you can also add any new assets it needs. For example, if you add a File Search tool, you can use an existing vector store asset or make a new asset for your vector store to host your uploaded files.
135134
136-
1. After entering the required information, select the **Create tool** button in the bottom-left corner.
135+
1. After entering the required information, select the **Create tool** button in the bottom-left corner.
137136
138137
### Create Azure AI Agents on the Azure AI Foundry Studio
139138

0 commit comments

Comments
 (0)