Skip to content

Commit 0847622

Browse files
authored
Correct indentation
1 parent 34dcbc3 commit 0847622

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Add a tool to the AI Agent with the following steps:
112112
113113
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.
114114
115-
:::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":::
115+
:::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":::
116116
117117
1. The designer displays the appropriate pane to configure the tool, as in the following images:
118118
@@ -290,9 +290,9 @@ In `Nuget.Config`, replace the following placeholders:
290290

291291
::: zone pivot="csharp"
292292

293-
Before running locally with `dotnet run`, ensure you have configured the required environment variables. You can obtain these values from the Azure AI Foundry portal.
293+
Before running locally with `dotnet run`, ensure you have configured the required environment variables. You can obtain these values from the Azure AI Foundry portal.
294294

295-
1. Configure your environment variables based on your operating system:
295+
1. Configure your environment variables based on your operating system:
296296

297297
#### [Windows (PowerShell)](#tab/windows-powershell)
298298

0 commit comments

Comments
 (0)