Skip to content

Commit 7b86faa

Browse files
committed
update indent
1 parent f9a11b5 commit 7b86faa

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,24 +113,25 @@ Add a tool to the AI Agent with the following steps:
113113
114114
:::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:
116+
1. The designer displays the appropriate pane to configure the tool, as in the following images:
117117
118-
- 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":::
120-
121-
- File upload tool dialog box:
122-
:::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":::
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":::
120+
121+
1. File upload tool dialog box:
122+
:::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":::
123123
124-
- Grounding with Bing Search dialog box:
125-
:::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":::
124+
1. Grounding with Bing Search dialog box:
125+
:::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":::
126+
127+
1. OpenAPI 3.0 Specified dialog box:
126128
127-
- OpenAPI 3.0 Specified dialog box:
128129
:::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":::
129-
130+
130131
1. After entering the required information, select the **Upload and save** button in the bottom-left corner.
131132
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.
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.
134135
135136
1. After entering the required information, select the **Create tool** button in the bottom-left corner.
136137

0 commit comments

Comments
 (0)