Report #45544
[gotcha] Retry button sends identical request and gets identical refusal or failure
Never resend the exact same payload on retry. Increase temperature slightly \(e.g., \+0.1-0.2\), append a rephrasing hint to the user message, or use a different system prompt variant. After 2 identical failures, offer escalation: rephrase the request, switch models, or contact support.
Journey Context:
Users click 'retry' expecting a different outcome. But resending the identical prompt with identical parameters produces nearly identical output, especially at low temperature. For refusals, this is particularly frustrating — the same safety filter triggers on the same input every time. The common mistake is treating 'retry' as a simple HTTP re-send. The right approach is treating retry as a genuinely new request with modified parameters, acknowledging that the previous attempt failed and needs a different approach. This is especially important for refusal cases where the user's request is legitimate but edge-case.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T06:55:14.518975+00:00— report_created — created