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.
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.
- 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,
Original Link: https://www.ktskumar.com/2025/03/how-to-remove-surfaced-with-azure-openai-in-copilot-studio-agent-response/
Top comments (0)