Skip to content

Commit cfcebde

Browse files
authored
Merge pull request #54278 from GraemeMalcolm/main
AI Toolkit -> Foundry Toolkit
2 parents 2235a8e + dc903f6 commit cfcebde

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

learn-pr/wwl-data-ai/prepare-azure-ai-development/8-knowledge-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ quiz:
4545
- content: "GitHub Copilot"
4646
isCorrect: false
4747
explanation: "Incorrect. GitHub Copilot provides AI-assisted development features, but not specifically for managing Foundry project assets."
48-
- content: "AI Toolkit for Visual Studio Code"
48+
- content: "Foundry Toolkit for Visual Studio Code"
4949
isCorrect: true
50-
explanation: "Correct. The AI Toolkit for Visual Studio Code provides connectivity to assets in a Foundry project."
50+
explanation: "Correct. The Foundry Toolkit for Visual Studio Code provides connectivity to assets in a Foundry project."

learn-pr/wwl-data-ai/prepare-azure-ai-development/includes/5-tools-and-sdks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ While you can perform many of the tasks needed to develop an AI solution directl
44

55
There are many development tools and environments available, and developers should choose one that supports the languages, SDKs, and APIs they need to work with and with which they're most comfortable. For example, a developer who focuses strongly on building applications for Windows using the .NET Framework might prefer to work in an integrated development environment (IDE) like Microsoft Visual Studio. Conversely, a web application developer who works with a wide range of open-source languages and libraries might prefer to use a code editor like Visual Studio Code (VS Code). Both of these products are suitable for developing AI applications on Azure.
66

7-
### The AI Toolkit extension for Visual Studio Code
7+
### The Foundry Toolkit extension for Visual Studio Code
88

9-
When developing Microsoft Foundry based generative AI applications in Visual Studio Code, you can use the AI Toolkit extension for Visual Studio Code to simplify key tasks in the workflow, including:
9+
When developing Microsoft Foundry based generative AI applications in Visual Studio Code, you can use the Foundry Toolkit extension for Visual Studio Code to simplify key tasks in the workflow, including:
1010

1111
- Browsing and managing project resources, including deployed models, agents, connections, and vector stores.
1212
- Deploying models from the model catalog.
1313
- Testing models and agents in integrated playgrounds.
1414
- Configuring declarative and hosted agents using a visual designer and YAML files.
1515
- Generating integration code to connect agents with your applications.
1616

17-
![Screenshot of the AI Toolkit extension for Visual Studio Code.](../media/vs-code.png)
17+
![Screenshot of the Foundry Toolkit extension for Visual Studio Code.](../media/vs-code.png)
1818

1919
> [!TIP]
20-
> For more information about using the AI Toolkit extension for Visual Studio Code, see **[AI Toolkit for Visual Studio Code](https://code.visualstudio.com/docs/intelligentapps/overview?azure-portal=true)**.
20+
> For more information about using the Foundry Toolkit extension for Visual Studio Code, see **[Foundry Toolkit for Visual Studio Code](https://code.visualstudio.com/docs/intelligentapps/overview?azure-portal=true)**.
2121
2222
### GitHub and GitHub Copilot
2323

-65.4 KB
Loading

0 commit comments

Comments
 (0)