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

Community site session details

Session Id :
Copilot Studio - Autonomous Agents
Suggested answer

System.Response.Citations (References) Not Populated in Multi-Agent Setup - AI Orchestration

(1) ShareShare
ReportReport
Posted on by 2
📌 Context:
I'm working on a multi-agentic setup in Microsoft Copilot Studio (not lightweight but standalone agents). The architecture involves a main agent that delegates tasks to child agents using Generative AI orchestration.
Each child agent is configured with its own knowledge sources (e.g., SharePoint, Dataverse, public URLs), and when tested individually, they respond correctly and cite sources as expected. The citations are visible in the Activity Map of the child agent.
However, when the child agent responds, the main agent receives the response, but the system variable System.Response.Citations remains empty—even though the child agent clearly used a source and the citation is visible in its own activity map. => References will not displayed in the parent Agent.
 
🔍 What I’ve Tried:
Confirmed that the source is indexed and citation metadata is present.
Checked the response in the child agent’s activity map—citations are shown.
Attempted to access System.Response.Citations in the main agent after the child agent responds—table is empty.
Tried using Response.FormattedText and System.LastMessage.Text to extract citation-like data—no structured citation info available.

⚠️ Why This Is a Problem:
In an AI-driven experience, transparency and traceability are critical. If the main agent cannot access references from child agents, it:
Undermines trust in the response.
Prevents proper attribution of sources.
Limits the ability to display citations in UI or adaptive cards.
Breaks consistency across agents in multi-agent setups.

❓ Questions:
Is this a known limitation of System.Response.Citations in orchestrated multi-agent flows?
Is there a recommended workaround to extract citation data from child agent responses?
Can citation metadata be passed manually via variables or Prompt Actions?
Is there a way to access the full response object from the child agent, including citations?
Are there plans to improve citation handling in multi-agent orchestration?

🧪 Setup Details:
Copilot Studio with Generative AI orchestration enabled.
Main agent delegates to child agents via orchestration.
Child agents use Generative Answers nodes with knowledge sources.
Citations visible in child agent activity map, but not accessible in main agent.

Any insights, workarounds, or roadmap updates would be greatly appreciated!
I have the same question (0)
  • Suggested answer
    SwatiSTW Profile Picture
    671 Super User 2025 Season 2 on at
    System.Response.Citations (References) Not Populated in Multi-Agent Setup - AI Orchestration
    Yes this is a known limitation: when a child/connected agent returns information, citations may be missing in the main agent. Consequently, System.Response.Citations can be empty even though the child shows sources. 
    Refer - https://learn.microsoft.com/en-us/microsoft-copilot-studio/authoring-add-other-agents
    Root cause-  the orchestration layer summarizes/normalizes the child’s reply and doesn’t propagate the structured citation array. 
    Microsoft’s workaround - instruct the child agent to immediately send its answer including a “References” section and to retain citations in any summaries. 
    Also There’s no public API to fetch the child’s full “answer object” with citations from the parent. 
    To intercept/replace the orchestrated text, use the “AI-generated response is about to be sent” trigger and read Response 
    Official Microsoft limitation reference (URL): https://learn.microsoft.com/en-us/microsoft-copilot-studio/authoring-add-other-agents#known-limitations 
     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Telen Wang – Community Spotlight

We are honored to recognize Telen Wang as our August 2025 Community…

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 468 Super User 2025 Season 2

#2
stampcoin Profile Picture

stampcoin 52 Super User 2025 Season 2

#3
trice602 Profile Picture

trice602 46 Super User 2025 Season 2