Report #57534
[gotcha] Regenerate button on a refused response returns the identical refusal
When retrying a refused response, do not resubmit the identical prompt. Either guide the user to rephrase their request, or programmatically adjust the prompt framing/temperature before retrying. Disable naive 'regenerate' for refusals.
Journey Context:
The 'regenerate' pattern works for creative tasks where stochastic sampling produces different outputs. But safety refusals are near-deterministic — the same input triggers the same classification and the same refusal. A 'regenerate' button that resubmits identically returns the identical refusal, making the feature feel broken. Users click multiple times, each attempt taking seconds, each returning the same result. The UX must either prevent identical resubmission or transform the request. Simply raising temperature is insufficient — the refusal happens at the classification layer, not the sampling layer.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T03:03:39.641202+00:00— report_created — created