web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Copilot Studio
Suggested Answer

duplicate responses

(1) ShareShare
ReportReport
Posted on by 2

I created an orchestrator and an army of child agents. I have a problem because sometimes I receive two duplicate responses (generated again, slightly different from each other, from a child agent). I’m using GenAI, and the main orchestrator has no data, so it probably isn’t generating this itself. It looks like I’m receiving it from a child agent, as if after producing an answer it doesn’t finish the task but generates it again.

 

AI suggestions haven’t solved the issue—things like disabling conversational boosting, etc., didn’t help. Does anyone know how to fix this? Switching topics is not possible—I need GenAI orchestration.

Categories:
I have the same question (0)
  • Suggested answer
    11manish Profile Picture
    1,537 on at
    Duplicate responses in a multi-agent GenAI orchestration setup typically occur due to multiple agent invocations, lack of a strict completion signal, or parallel execution.
     
    The fix is to enforce a single-response contract at the agent level, ensure deterministic routing in the orchestrator, and implement safeguards to return only the first valid response while ignoring subsequent ones.
  • Suggested answer
    Haque Profile Picture
    2,011 on at
    Hi @PS-10010955-0,
     
    Let's consider the scenario from two different angles/cases:

    Case-1: Since your main orchestrator has no data and is not generating responses itself, the duplicate but slightly different responses from child agents may result from:

    1. Is there any chance to happen a prallel calls to the same child agent for the same input? That may cause multiple completions.
    2. How aggegation logic is happening in the orchestrator? A case might be lack of deduplication in the orchestrator to merge similar respoinse.
    3. Frequncy of child agent being triggered serveral times - it may happen due to overlapping triggers or some retries in the orgchestration flow.
    4. Unseen but may happen - transient platform retries or network glithces - that can invite repeated calls.
     
    Case-2: The scenraio gives me an impression that the child agent is generating a response but then, instead of finishing the task, it triggers a new generation cycle—resulting in duplicate but slightly different answers. This behavior can happen if:
    1. The child agent’s topic or flow does not have a clear end or completion condition, causing it to loop or regenerate.
    2. There is a retry or fallback mechanism inside the child agent that triggers a second generation if it thinks the first response was incomplete or unsatisfactory.
    3. The orchestrator or parent agent is inadvertently calling the child agent multiple times for the same input due to missing state or confirmation of completion.
    4. The child agent’s internal logic or prompt design causes it to regenerate output before signaling task completion.
     
    Please check these aobve items if they are causing the issues. At the first place I would recommend to look into these three checkpoints:
     
    1. Ensure the child agent’s topic or flow has a definitive end step that signals completion and prevents further generation.
    2. Add explicit state or flag checks in the orchestrator and child agents to confirm when a response is final.
    3. Review retry or fallback settings in the child agent to avoid unnecessary re-generation.
     
     

    I am sure some clues I tried to give. If these clues help to resolve the issue brought you by here, please don't forget to check the box Does this answer your question? At the same time, I am pretty sure you have liked the response!
     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 550

#2
Vish WR Profile Picture

Vish WR 191

#3
Haque Profile Picture

Haque 184

Last 30 days Overall leaderboard