You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/get-started-projects-vs-code.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,8 +300,6 @@ Azure AI Foundry developers can stay productive by developing, testing, and depl
300
300
301
301
### Create and edit Azure AI Agents within the designer view
302
302
303
-
#### Create an Azure AI Agent
304
-
305
303
Follow these steps to create an Azure AI Agent:
306
304
307
305
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
336
334
> 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.
337
335
> :::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":::
338
336
339
-
1. Configure the following fields:
337
+
1. Configure the following fields. The **ID** will be generated by the extension:
340
338
341
339
- Add a description for your agent
342
340
- Set system instructions
@@ -372,11 +370,11 @@ tools: []
372
370
### Add tools to the Azure AI Agent
373
371
374
372
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
376
374
- Azure AI Search
377
375
- Azure Functions
378
-
- Azure OpenAI Assistant File retrieval tool
379
-
- Azure OpenAI Assistant code interpreter tools
376
+
- File retrieval
377
+
- Code interpreter
380
378
381
379
#### Create the tool configuration file
382
380
@@ -386,7 +384,7 @@ Create a tool configuration .yaml file using the following steps:
386
384
387
385
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).
388
386
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:
0 commit comments