I’m building a multi-agent setup in Copilot Studio. When I use a single agent, I have a custom behavior where, after generating a response, the bot asks: “Is this answer okay?” and provides quick replies like Yes or No to decide whether to end the conversation or continue.
However, when I switch to a multi-agent design, the parent agent calls child agents to generate answers, and this custom post-response behavior from the child agents is not inherited.
Question:
How can I implement this confirmation step and quick reply logic in a multi-agent scenario? Is there a way to make the parent agent preserve or replicate the child agent’s custom behavior?
If anyone has solved this issue or has best practices (including links to community discussions or documentation), please share.