How to Remove Citations and References from Chatbot Responses in Copilot Studio?

Jeremy Fermin 25 Reputation points
2025-02-13T15:17:10.8366667+00:00

Hi everyone!

I'm working on a chatbot in Copilot Studio and looking for a way to remove citations or references (such as PDF links) from its responses. Right now, the chatbot includes source links in its answers, but I’d like to provide clean responses without extra references.

Is there a built-in way to do this in Copilot Studio, or would I need to use Power Automate or Expressions? Any guidance, best practices, or workarounds would be greatly appreciated.

Thanks in advance!

Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
229 questions
Microsoft Copilot
Microsoft Copilot
Microsoft terminology for a universal copilot interface.
664 questions
{count} vote

Accepted answer
  1. Gerasimos Filippakos 75 Reputation points
    2025-03-06T13:54:36.0666667+00:00

    I had the same question so I did some digging, and I found this to be the best workaround:

    Use GenAI Node but:

    1. Scroll down to 'Advanced'
    2. Uncheck 'Send a Message' under it
    3. Change 'Save LLM response' to 'Complete'
    4. Set a 'Save bot response as' variable that works for you
    5. Add a 'Send a message' node
    6. In the text to be sent, add a variable and select this "Topic.YOUR_VARIABLE.Text.Content"

    The only downside to this is that you can see still the [1], [2] at the end of the text (NO links or mentions of the references however, just plain text of the numbers).


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.