This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the role of the main agent in a connected agent system?
To directly perform all tasks using tools
To coordinate user input and route tasks to the appropriate connected agents
To monitor agent performance and generate logs
How do you connect an agent to a main agent using the Azure AI Projects client library?
Add the agent as a ConnectedAgentTool to the main agent's tool definition.
ConnectedAgentTool
Use the link_agents() method to bind the sub-agent to the main agent.
link_agents()
Set the main agent's parent_id to the sub-agent's agent ID.
How does the main agent decide which connected agent to use?
It uses prompt instructions and natural language understanding.
It follows a fixed code-based decision tree.
It randomly selects from available connected agents.
You must answer all questions before checking your work.
Was this page helpful?
Need help with this topic?
Want to try using Ask Learn to clarify or guide you through this topic?