Skip to content

Commit 1e69c92

Browse files
committed
updated based on feedback
1 parent 4894e3c commit 1e69c92

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

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

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -300,8 +300,6 @@ Azure AI Foundry developers can stay productive by developing, testing, and depl
300300

301301
### Create and edit Azure AI Agents within the designer view
302302

303-
#### Create an Azure AI Agent
304-
305303
Follow these steps to create an Azure AI Agent:
306304

307305
1. First, finish the [Get Started](#get-started) section to sign in to your Azure resources and set your default project.
@@ -336,7 +334,7 @@ After you choose your save location, the Designer view will open to edit your AI
336334
> 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.
337335
> :::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":::
338336
339-
1. Configure the following fields:
337+
1. Configure the following fields. The **ID** will be generated by the extension:
340338

341339
- Add a description for your agent
342340
- Set system instructions
@@ -372,11 +370,11 @@ tools: []
372370
### Add tools to the Azure AI Agent
373371
374372
Azure AI Agent Service has a set of tools that you can use to interact with your data sources, such as:
375-
- Bing
373+
- Grounding with Bing search
376374
- Azure AI Search
377375
- Azure Functions
378-
- Azure OpenAI Assistant File retrieval tool
379-
- Azure OpenAI Assistant code interpreter tools
376+
- File retrieval
377+
- Code interpreter
380378
381379
#### Create the tool configuration file
382380
@@ -386,7 +384,7 @@ Create a tool configuration .yaml file using the following steps:
386384
387385
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).
388386
389-
1. Once you complete the setup, create a yaml code file that specifies the tool’s configuration using this format:
387+
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:
390388
391389
```yml
392390
type: bing_grounding

0 commit comments

Comments
 (0)