From bdae1771256cd83a0993564f22a19d374116d263 Mon Sep 17 00:00:00 2001 From: filipi87 Date: Wed, 28 Jan 2026 08:39:11 -0300 Subject: [PATCH] Adding changelog entry for the OpenAiRealtimeLLMService fix. --- changelog/3581.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3581.fixed.md diff --git a/changelog/3581.fixed.md b/changelog/3581.fixed.md new file mode 100644 index 000000000..688bbcfbe --- /dev/null +++ b/changelog/3581.fixed.md @@ -0,0 +1 @@ +- Fixed race condition in `OpenAIRealtimeLLMService` that could cause an error when truncating the conversation. \ No newline at end of file