🔥 3-day streak
Microsoft Azure AI Apps and Agents Developer Associate45 / 146
Question 45 of 146

You are building an Azure AI Foundry agent for a travel-booking assistant. The agent has three registered tools: get_user_preferences (reads a profile store), search_flights (queries an airline API using the retrieved preferences), and check_weather (queries a public weather API for the destination). During a single turn the agent must produce a recommendation that uses flight results filtered by user preferences, while weather information is independent. You want to minimize end-to-end latency without producing incorrect results. How should you design the tool-calling behavior for this turn?

Reviewed for accuracy · Report an issueNext question