From the course: Building Agents Using the Azure AI Foundry Agent Service

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Creating your first agent

Creating your first agent

- [Instructor] You can create and configure your agent using either the SDK of your choice or the Azure AI Foundry portal. Let's start first with the portal. We head over to the website ai.azure.com. You will then see the Agents page. You will click New agent. You assign an agent name. And more importantly, we specify instructions for the agent, using prompt engineering. For now, we keep the instructions simple. We can optionally provide an agent description to help us remember what this agent is, but it will not affect the agent's behavior. We then have options to add knowledge, actions, and connect other agents. We'll tackle these features in the next videos. We also have the option to specify the temperature and top P to handle the response variations and randomness. We then scroll to the upper right and select Try in playground. We can now ask a simple query and see the response. If we head back to the Azure portal and view our Azure Cosmos database, you'll be able to see the…

Contents