AI-102 · Question #492
You have an Azure subscription that contains an Azure AI Foundry project named Project1 and an Azure Open resource named Resource1. You have an API named API1 that provides the following functions…
The correct answer is D. From Resourcel, create a new Azure OpenAI agent on the data resource for API1. Add a tool to. The agent should created on the data resource for API1. 1. Model Deployment & Cost Optimization To minimize costs while maintaining high performance for a retail assistant: Deploy a "Small" Language Model (SLM): Use a model like Phi-4 or GPT-4o mini. These models offer…
Question
Options
- AFrom Project1, create a new Azure OpenAI agent that uses Resource1. Add a tool to the agent
- BFrom Project1, create a new Azure OpenAI agent that uses Resource1. Add a tool to the agent
- CFrom Resourcel, create a new Azure OpenAI agent on the data resource for API1. Add a tool to
- DFrom Resourcel, create a new Azure OpenAI agent on the data resource for API1. Add a tool to
How the community answered
(26 responses)- A12% (3)
- B27% (7)
- C4% (1)
- D58% (15)
Explanation
The agent should created on the data resource for API1. 1. Model Deployment & Cost Optimization To minimize costs while maintaining high performance for a retail assistant: Deploy a "Small" Language Model (SLM): Use a model like Phi-4 or GPT-4o mini. These models offer significantly lower token costs and hosting fees compared to flagship models while remaining highly capable of handling function calling and logic. Standard Deployment: Choose the Standard (pay-as-you-go) deployment type rather than Provisioned Throughput to ensure you only pay for the tokens you actually process. Configure Temperature: During deployment or in the Agent settings, set the Temperature to 0.7. This provides a balance between factual inventory reporting and creative, natural-sounding suggestions for the user's cart. 2. Configure the API Tool The agent must use your external inventory and cart API through an OpenAPI 3.0 specification: Register the Tool: In the Azure AI Foundry portal, navigate to the Tools section of your agent and upload your API's OpenAPI specification. The agent should use the API (specifically via Function Calling or OpenAPI Specified Tools) rather than the direct Azure OpenAI resource to manage inventory and shopping carts. While the Azure OpenAI resource (Azure Open resource) provides the base intelligence and model (e.g., GPT-4o), it does not have inherent access to your specific business data. To fulfill your requirements, the agent must interact with your external systems. https://github.com/Azure-Samples/ai-agent-openai-web-app https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/tools-classic/openapi-spec Exam Questions, Study Guides, Practice Tests. Lead the way to help you pass any IT Certification exams, 100% Pass Guaranteed or Full Refund. Especially Cisco, Microsoft, CompTIA, Citrix, EMC, HP, Oracle, VMware, Juniper, Check Point, LPI, Nortel, EXIN and so on. Our Slogan: First Test, First Pass. Help you to pass any IT Certification exams at the first try. You can reach us at any of the email addresses listed below. Any problems about IT certification or our products, you could rely upon us, we will give you satisfactory answers in 24 hours.
Topics
Community Discussion
No community discussion yet for this question.