Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - Topic Creation & Management
Unanswered

Citation Sources not clickable with generative orchestration in Teams application

(2) ShareShare
ReportReport
Posted on by
IDK what happend but my agent doesn't cite the sources correctly it used to do it before.

It used to reference my sources correclty like this :  

After the weekend it doesnt show the resources used correclty 
it shows it just as text.

I use sharepoint as knowledge sources and teams application as platform to host the agent/chatbot.
 
In the Copilot studio test chat it will show correctly.


I use generative orchestration and a topic which triggers on ai generated response to add a adpative card to let the user review the generated response.


Any help i greatly appreciated.
 
Categories:
  • Jelle de Haas Profile Picture
    15 on at
    Citation Sources not clickable with generative orchestration in Teams application

    Indeed, ContinueResponse = false and then sending System.Response.FormattedText

    I’ve implemented a quick workaround until we find a better solution:

    If(
    IsEmpty(System.Response.Citations),
    System.Response.FormattedText,
    System.Response.FormattedText
    & Char(10) & Char(10)
    & “**Sources:**” & Char(10)
    & Concat(
    System.Response.Citations As c,
    “1. [” & c.Name & “](” & c.Url & “)” & Char(10)
    )
    )
  • JS-04061351-0 Profile Picture
    2 on at
    Citation Sources not clickable with generative orchestration in Teams application
    I am having the same problem. Are you setting the variable ContinueResponse = false and then using System.Response.FormattedText
    in the message node in addition to your adaptive card?

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

Michael Gernaey – Community Spotlight

We are honored to recognize Michael Gernaey as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Featured topics