AI-102 · Question #487
AI-102 Question #487: Real Exam Question with Answer & Explanation
The correct answer is B: Configure a connected agent for AI1.. Ensuring that an incident manager agent can assign work to a DevOps agent in Azure AI Foundry is primarily achieved through a Connected Agents configuration. This setup allows a "main" agent to delegate tasks to "specialized" agents via natural language or defined function calls.
Question
You have an Azure subscription that contains an Azure Al Foundry instance named AI1. You have an app that automatically triages and resolves issues presented in the log files of a system. You create an incident manager agent and a DevOps agent that collaborate to resolve the issues. You need to ensure that the incident manager agent can assign work to the DevOps agent. The solution must minimize development effort. What should you do?
Options
- AConfigure prompt flow for AI1.
- BConfigure a connected agent for AI1.
- CCreate a plugin for the incident manager agent.
- DCreate a plugin for the DevOps agent.
Explanation
Ensuring that an incident manager agent can assign work to a DevOps agent in Azure AI Foundry is primarily achieved through a Connected Agents configuration. This setup allows a "main" agent to delegate tasks to "specialized" agents via natural language or defined function calls. Key Implementation Steps 1. Configure Connected Agents Within the Azure AI Foundry portal, you must register the DevOps agent as a "Connected Agent" of the incident manager. 2. Define Tool-Based Delegation Use the ConnectedAgentToolDefinition in the Azure Python SDK or C# SDK to programmatically link them. This exposes the DevOps agent to the incident manager as a callable "tool". 3. Implement Handoff Orchestration Patterns Choose an orchestration pattern that fits the triage-to-resolve workflow. 4. Manage Context and State 5. Enable Permissions and Roles https://learn.microsoft.com/en-us/azure/ai-foundry/agents/how-to/connected-agents
Topics
Community Discussion
No community discussion yet for this question.