Skip to content

Commit d7cda12

Browse files
committed
Updated acrolynx change
1 parent cfebdb3 commit d7cda12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ After you choose your save location, the Designer view will open to edit your AI
336336
> The model deployment name must be the exact name you chose for the model you deployed in your Azure AI Foundry project. In the following image, `gpt-4o-1` is the model deployment name you chose at deployment. `gpt-4o` is the model name.
337337
> :::image type="content" source="../../media/how-to/get-started-projects-vs-code/deployment-model-name.png" alt-text="Screenshot of the highlighted deployment model names, an arrow between them, and the model name highlighted in a different color." lightbox="../../media/how-to/get-started-projects-vs-code/deployment-model-name.png":::
338338
339-
1. Configure the following fields. The **ID** will be generated by the extension:
339+
1. Configure the following fields. The **ID** is generated by the extension:
340340

341341
- Add a description for your agent
342342
- Set system instructions
@@ -386,7 +386,7 @@ Create a tool configuration .yaml file using the following steps:
386386
387387
1. Perform any setup steps that might be required. See the article for the tool you’re interested in using. For example, [Grounding with Bing search](/azure/ai-services/agents/how-to/tools/bing-grounding?tabs=python&pivots=overview#setup).
388388
389-
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:
389+
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:
390390
391391
```yml
392392
type: bing_grounding

0 commit comments

Comments
 (0)