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
+17-30Lines changed: 17 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ Your selected project will now display **Default** after the project name.
107
107
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/default-project.png" alt-text="A screenshot of the designated default project." lightbox="../../media/how-to/get-started-projects-vs-code/default-project.png":::
108
108
109
109
110
-
## Working with models
110
+
## Work with models
111
111
112
112
The Azure AI Foundry for Visual Studio Code extension enables you to create, interact with, and deploy Large Language Models from within Visual Studio Code.
113
113
@@ -227,8 +227,6 @@ Selecting a deployed model opens up a panel that provides some basic information
227
227
- Endpoint info: This section contains the Target URI link, authentication type, and key.
228
228
- Useful links: This section contains the code sample repository and tutorial links to get started with AI application development.
229
229
230
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/display-model-card.png" alt-text="Screenshot of the model card for the selected model." lightbox="../../media/how-to/get-started-projects-vs-code/display-model-card.png":::
231
-
232
230
#### Update a model
233
231
234
232
To update the model card information, select the **Edit** button on the top-right of the model card.
@@ -288,7 +286,7 @@ Open the model playground using the following steps:
288
286
1. Select the **History** link at the top-left of the playground to view the chat history.
289
287
290
288
291
-
## Working with Azure AI Agent Service
289
+
## Work with Azure AI Agent Service
292
290
293
291
After you deploy a model using the VS Code extension, AI Foundry, API, or SDK, you can work with [Azure AI Agent Service](/azure/ai-services/agents/overview). Agents are "smart" microservices that:
294
292
@@ -316,7 +314,7 @@ Follow these steps to create an Azure AI Agent:
316
314
317
315
1. Select the **+** (plus) icon next to the **Agents** subsection to create a new AI Agent.
318
316
319
-
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-agent-plus.png" alt-text="Screenshot of the plus sign next to the Agents subsection." lightbox="../../media/how-to/get-started-projects-vs-code/select-agent-plus.png":::
317
+
:::image type="content" source="../../media/how-to/get-started-projects-vs-code/select-agent-plus.png" alt-text="Screenshot of the plus sign next to the Agents subsection.":::
320
318
321
319
1. In the **Save As** dialog box, select a directory and enter a name for your new AI Agent .yaml file.
322
320
@@ -355,31 +353,20 @@ After you choose your save location, the Designer view will open to edit your AI
355
353
Select the **Open Yaml File** on the top-right of the designer to open your AI Agent .yaml file. This file contains the details and setup information for your agent, similar to the following .yaml file example:
0 commit comments