Building and customizing solutions using Microsoft 365 Copilot APIs and tools
Hi Satyabrata Samanta [UNext], this is a known issue in Copilot Studio where the Responsible AI filter may incorrectly flag certain inputs as problematic on the first attempt. In your case, the input “PI-2824” is being falsely identified as sensitive or restricted content.
To resolve this, you can make your prompt more specific — for example, ask users to “Please provide your policy reference (format: XX-#### like AB-1234).” You can also add input validation using a condition node to ensure the entered text matches the correct policy number format. Another effective solution is to create a custom entity for policy numbers instead of accepting free text input.
If the issue persists, report it to Microsoft Support with your conversation ID (b430d9e2-bb56-4a5e-a688-c6168595af35) and mention that “PI-2824” is a legitimate policy number. This will help Microsoft improve the accuracy of its content filtering system.
The reason the second attempt works is that the system learns from context and adjusts the filter behavior temporarily. However, implementing proper input formatting and validation will prevent such false positives from happening in the first place.Official Microsoft Documentation:
- Resolve Responsible AI content filter issues in Copilot Studio
- Responsible AI overview for Copilot Studio
- Configure and understand content filters in Azure AI OpenAI
- Responsible AI in Azure OpenAI Service (concepts)
Thank you.
Karan Shewale.
If this response resolves your issue, please accept the answer and, if helpful, click the “Upvote” button. Your feedback helps us improve and assist others more effectively.