add(feedback): over-refusal / safety check (#11948)

Add new feedback option for "Over-refusal / safety check"
This commit is contained in:
Fouad Matin
2026-02-16 16:24:47 -08:00
committed by GitHub
parent 19afbc35c1
commit b37555dd75
5 changed files with 54 additions and 15 deletions

View File

@@ -4,8 +4,10 @@ expression: popup
---
How was this?
1. bug Crash, error message, hang, or broken UI/behavior.
2. bad result Output was off-target, incorrect, incomplete, or unhelpful.
3. good result Helpful, correct, highquality, or delightful result worth
celebrating.
4. other Slowness, feature suggestion, UX feedback, or anything else.
1. bug Crash, error message, hang, or broken UI/behavior.
2. bad result Output was off-target, incorrect, incomplete, or unhelpful.
3. good result Helpful, correct, highquality, or delightful result worth
celebrating.
4. safety check Benign usage blocked due to safety checks or refusals.
5. other Slowness, feature suggestion, UX feedback, or anything
else.