DEV Community

Shantha Kumar T
Shantha Kumar T

Posted on

How to remove "Surfaced with Azure OpenAI" in Copilot Studio Agent Response

Copilot Studio has a most powerful action called Generative Answers. This helps to understand the user’s intent and return the response based on the knowledge added to the agent.

By returning the response, it always shows the “Surfaced with Azure Open AI” or “AI-generated content may be incorrect”on bottom of the response. Most of the people struggle with how to avoid or remove this information.

Agent response with Surfaced with Azure Open AI

Let’s dive into simple steps to display the response without that message.

  • Add a Generative Answers action to any of the topics in Copilot Studio agent.
  • Ensure Knowledges are added to the agent.
  • Expand the Advanced properties of Generative Answer action.
    • Uncheck the Send a message option
    • Set Text only option in Save LLM response.
    • Create new variable called “varAnswer” (you can choose any name) in Save bot response as. This will allow the response to be stored in a variable.

Advanced Configuration for Generative action

  • Then add a new Send a Message action. In the formula bar add the below snippet “Topic.varAnswer“.
  • Save the Topic by click on Save button on top. Now test the bot by entering the same query and see how the response looks like,

Agent response with out Surfaced with Azure Open AI

Original Link: https://www.ktskumar.com/2025/03/how-to-remove-surfaced-with-azure-openai-in-copilot-studio-agent-response/

Hostinger image

Get n8n VPS hosting 3x cheaper than a cloud solution

Get fast, easy, secure n8n VPS hosting from $4.99/mo at Hostinger. Automate any workflow using a pre-installed n8n application and no-code customization.

Start now

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay