<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Multi‑Agent Supervisor: url_citation (source links) not shown in Playground — why and how to ena in Generative AI</title>
    <link>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140907#M1484</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198781"&gt;@snarayan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This is a good observation, and you are right that the multi-agent supervisor does not currently have the ability to surface the embedded citations from the underlying knowledge assistant. I tried a workaround by including instructions in both the KA and MAS to propagate the citations, but that didn't work either.&lt;/P&gt;
&lt;P&gt;The team is working on it, but I do not have visibility on the timeline of the feature.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2025 17:14:11 GMT</pubDate>
    <dc:creator>stbjelcevic</dc:creator>
    <dc:date>2025-12-02T17:14:11Z</dc:date>
    <item>
      <title>Multi‑Agent Supervisor: url_citation (source links) not shown in Playground — why and how to enable?</title>
      <link>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140626#M1465</link>
      <description>&lt;P&gt;I’m seeing a difference in citation behavior between a single &lt;STRONG&gt;Knowledge Assistant (KA)&lt;/STRONG&gt; agent and the &lt;STRONG&gt;Multi‑Agent Supervisor&lt;/STRONG&gt; setup.&lt;/P&gt;&lt;H4&gt;What I tested&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;In &lt;STRONG&gt;Agent Bricks → Knowledge Assistant&lt;/STRONG&gt;, I created an agent that &lt;STRONG&gt;returns citations with links&lt;/STRONG&gt; (e.g., url_citation / source attachments) in Playground responses. This matches the docs that say KA “answer[s] with citations.” &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-bricks/knowledge-assistant" target="_blank" rel="noopener"&gt;[docs.databricks.com]&lt;/A&gt;, &lt;A href="https://learn.microsoft.com/en-us/azure/databricks/generative-ai/agent-bricks/knowledge-assistant" target="_blank" rel="noopener"&gt;[learn.microsoft.com]&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;I then built a &lt;STRONG&gt;Multi‑Agent Supervisor&lt;/STRONG&gt; that coordinates &lt;STRONG&gt;multiple Knowledge Assistants, Genie Space(s),&lt;/STRONG&gt; and other tools. In Playground, the supervisor responds correctly, but &lt;STRONG&gt;I don’t see per‑message citations/url_citation&lt;/STRONG&gt; surfaced in the final response bubble. The supervisor page and examples don’t mention citations being emitted in the unified response. &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-bricks/multi-agent-supervisor" target="_blank" rel="noopener"&gt;[docs.databricks.com]&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;Issue&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;Expected:&lt;/STRONG&gt; When sub‑agents (KA) provide citations, I expected the &lt;STRONG&gt;supervisor’s final answer&lt;/STRONG&gt; in Playground to also show these links (e.g., url_citation array or equivalent attachments).&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Observed:&lt;/STRONG&gt; &lt;STRONG&gt;No source links are displayed&lt;/STRONG&gt; in the supervisor’s Playground output, despite KA agents returning citations when used alone.&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;Questions&lt;/H4&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Why is this the case?&lt;/STRONG&gt;&lt;BR /&gt;Is the Multi‑Agent Supervisor’s default &lt;STRONG&gt;response schema/renderer&lt;/STRONG&gt; not exposing sub‑agent citations in the final synthesized message? The docs emphasize orchestration and result synthesis but don’t state that citations are propagated to the top‑level output. &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-bricks/multi-agent-supervisor" target="_blank" rel="noopener"&gt;[docs.databricks.com]&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;How to activate it?&lt;/STRONG&gt;&lt;BR /&gt;Is there a setting/flag (e.g., “include_citations”, “show_sources”) or a prompt/config tweak to &lt;STRONG&gt;carry forward sub‑agent provenance&lt;/STRONG&gt; into the supervisor response shown in &lt;STRONG&gt;Playground&lt;/STRONG&gt;?&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Is this in the works?&lt;/STRONG&gt;&lt;BR /&gt;If citation surfacing for supervisor outputs is a roadmap item, any guidance on timelines or current workarounds?&lt;/LI&gt;&lt;/OL&gt;&lt;H4&gt;What I’ve tried&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Verified each &lt;STRONG&gt;KA&lt;/STRONG&gt; sub‑agent returns citations when queried directly in &lt;STRONG&gt;Agent Playground&lt;/STRONG&gt;. &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-bricks/knowledge-assistant" target="_blank" rel="noopener"&gt;[docs.databricks.com]&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;Ensured the &lt;STRONG&gt;supervisor&lt;/STRONG&gt; wires in the KA agents and &lt;STRONG&gt;Genie Space&lt;/STRONG&gt; as tools with the right permissions (e.g., CAN_QUERY for serving endpoints, CAN_RUN for Genie). Supervisor runs fine, but still &lt;STRONG&gt;no citations&lt;/STRONG&gt; appear in the final response bubble. (Permissions guidance example from a related community thread.)&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;Ask&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Is there an &lt;STRONG&gt;official way&lt;/STRONG&gt; to configure the supervisor so the &lt;STRONG&gt;final message includes embedded citations&lt;/STRONG&gt; (e.g., merged list of url_citation from contributing KA agents)?&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 28 Nov 2025 22:22:06 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140626#M1465</guid>
      <dc:creator>snarayan</dc:creator>
      <dc:date>2025-11-28T22:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multi‑Agent Supervisor: url_citation (source links) not shown in Playground — why and how to ena</title>
      <link>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140907#M1484</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198781"&gt;@snarayan&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This is a good observation, and you are right that the multi-agent supervisor does not currently have the ability to surface the embedded citations from the underlying knowledge assistant. I tried a workaround by including instructions in both the KA and MAS to propagate the citations, but that didn't work either.&lt;/P&gt;
&lt;P&gt;The team is working on it, but I do not have visibility on the timeline of the feature.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 17:14:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140907#M1484</guid>
      <dc:creator>stbjelcevic</dc:creator>
      <dc:date>2025-12-02T17:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multi‑Agent Supervisor: url_citation (source links) not shown in Playground — why and how to ena</title>
      <link>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140914#M1487</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198781"&gt;@snarayan&lt;/a&gt;&amp;nbsp;great feedback what should be improved!&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 18:04:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140914#M1487</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2025-12-02T18:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Multi‑Agent Supervisor: url_citation (source links) not shown in Playground — why and how to ena</title>
      <link>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140943#M1490</link>
      <description>&lt;P&gt;Thanks for the info!&lt;/P&gt;&lt;P&gt;It would be great to add this feature and also add some additional configurations like (mlflow configs, chunking window inputs, etc).&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 23:00:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/generative-ai/multi-agent-supervisor-url-citation-source-links-not-shown-in/m-p/140943#M1490</guid>
      <dc:creator>snarayan</dc:creator>
      <dc:date>2025-12-02T23:00:00Z</dc:date>
    </item>
  </channel>
</rss>

