
Announcements
I’m building a multi-agent solution in Microsoft Copilot Studio with a parent agent acting as a “Reception” bot and three child agents (System QA Bot, HR Agent, and General Affairs Agent). The parent uses generative orchestration to route queries to the appropriate child agent based on intent.
Problem:
In the Copilot Studio test environment, everything works as expected. For example, when I ask “I want to create an email signature,” the parent correctly calls the System QA Bot, and the child agent responds using its knowledge base.
However, when I publish the parent agent and run it in Microsoft Teams, the behavior changes:
What I’ve confirmed:
Observation:
When checking the child agent’s activity logs, the same query produces very different results:
Question:
Has anyone else experienced this discrepancy between test and Teams when using multi-agent orchestration?
Any insights or workarounds would be greatly appreciated!