From 98fcfd7c91d6380436d4bacd89ed8c51922b343f Mon Sep 17 00:00:00 2001 From: filipi87 Date: Mon, 26 Jan 2026 17:19:08 -0300 Subject: [PATCH] Adding changelog entry for the OpenAiRealtimeBetaLLMService fix. --- changelog/3567.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3567.fixed.md diff --git a/changelog/3567.fixed.md b/changelog/3567.fixed.md new file mode 100644 index 000000000..92ecabeca --- /dev/null +++ b/changelog/3567.fixed.md @@ -0,0 +1 @@ +- Fixed race condition in `OpenAIRealtimeBetaLLMService` that could cause an error when truncating the conversation.