From b390dc369c67b93fb04e7797069ed2a7402334bc Mon Sep 17 00:00:00 2001 From: Om Chauhan Date: Sat, 21 Feb 2026 18:33:29 +0530 Subject: [PATCH] added changelog --- changelog/3795.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3795.fixed.md diff --git a/changelog/3795.fixed.md b/changelog/3795.fixed.md new file mode 100644 index 000000000..8c231abac --- /dev/null +++ b/changelog/3795.fixed.md @@ -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. \ No newline at end of file