Merge pull request #3795 from omChauhanDev/fix/realtime-cancel-not-active

fix(realtime): handle response_cancel_not_active as non-fatal
This commit is contained in:
Mark Backman
2026-03-01 07:29:59 -05:00
committed by GitHub
4 changed files with 18 additions and 8 deletions

1
changelog/3795.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Treated `response_cancel_not_active` as a non-fatal error in realtime services (`OpenAIRealtimeLLMService`, `GrokRealtimeLLMService`, `OpenAIRealtimeBetaLLMService`) to prevent WebSocket disconnection when cancelling an inactive response.