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

Unlock this course with a free trial

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

Challenge: Setting up the agents

Challenge: Setting up the agents

- [Instructor] Our next task is to identify and set up our different agents. The orchestrator agent manages the orchestration. We will therefore set up connected agents here. The weather agent provides weather information from a city of choice, in which case we'll use the bing grounding tool. The itinerary agent creates an itinerary for a given city adjusting for weather conditions. This agent will have a set of instructions with no tool. The travel product agent provides product recommendations from a set of travel products found in the data travel products folder. This agent will use the file search tool and finally, the restaurant agent provides restaurant recommendations and reviews from TripAdvisor. This agent will use the TripAdvisor OpenAPI Spec tool.

Contents