From the course: Azure AI for Developers: Building AI Agents

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Creating assistants in Azure AI Foundry

Creating assistants in Azure AI Foundry

- [Instructor] You can also create assistants using Azure AI Foundry Azure OpenAI service. Go to your Azure OpenAI resource in the Azure portal, and click Go to Azure AI Foundry portal. Head over to the Assistants menu in the left-hand navigation bar. If you see Assistants already created here, it means that you have created an Azure OpenAI Assistant previously through code, but they're unable to delete the assistant. Suppose you want to have the Code Interpreter Agent in the previous video answering questions about our CSV data file. We click New assistant, and specify the instructions. We then turn on Code Interpreter and upload our CSV file. Once the file has been uploaded successfully, we can immediately use the assistant. The assistant is able to show a column chart, similar to what you have done through the code. Creating an assistant using File search is straightforward too. We first create a new assistant again. We enter the instructions, turn on File search, and upload our…

Contents