Update concepts-content-filter-severity-levels-content.md#723
Update concepts-content-filter-severity-levels-content.md#723jasonplante1 wants to merge 1 commit into
Conversation
Re-arranging the description of the severity levels. High means you only block high. Medium means you block high and medium. Low means you block low, high, and medium. Off means you block nothing.
|
@jasonplante1 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
|
Learn Build status updates of commit 79f21aa: ✅ Validation status: passed
For more details, please refer to the build report. |
|
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
|
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
|
I sent an email to the content owner today. @MicrosoftDocs/public-repo-pr-review-team |
|
@jasonplante1 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
There was a problem hiding this comment.
Pull request overview
This PR updates the severity-threshold mapping table in the Foundry guardrails content-filtering include to make the “Low/Medium/High” threshold behavior easier to understand for readers.
Changes:
- Updates the Low threshold row to describe it as the most restrictive threshold (because it flags low-and-higher).
- Updates the High threshold row to describe it as the least restrictive threshold (because it flags only high severity).
| |-------------------|----------| | ||
| | **Off** | Detection is disabled for this category. No content is flagged or blocked. | | ||
| | **Low** | Flags content at low severity and higher. Least restrictive setting. | | ||
| | **Low** | Flags content at low severity and higher. Most restrictive setting. | |
| | **Low** | Flags content at low severity and higher. Most restrictive setting. | | ||
| | **Medium** | Flags content at medium severity and higher. | | ||
| | **High** | Flags only the most severe content. Most restrictive setting. | | ||
| | **High** | Flags only the most severe content. Least restrictive setting. | |
|
This pull request has been inactive for at least 14 days. If you are finished with your changes, don't forget to sign off. See the contributor guide for instructions. |
|
@jasonplante1 : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Re-arranging the description of the severity levels.
High means you only block high.
Medium means you block high and medium.
Low means you block low, high, and medium.
Off means you block nothing.
Discussed with Obi Ume and we both landed on the current description to be a little hard to follow, and perhaps there's a better way to frame this for our customer's sake.