From ef29800fe9cbe460b8cfb99b9b824a47f5e7e326 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 30 Apr 2025 16:26:38 -0400 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f8fc3fb..855ef02dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- `OpenAIRealtimeBetaLLMService` and `GeminiMultimodalLiveLLMService` no longer + push `LLMTextFrame`. Instead, they both push only `TTSTextFrame`, which is + used to aggregate the assistant context and generate a transcript. + - Function calls now receive a single parameter `FunctionCallParams` instead of `(function_name, tool_call_id, args, llm, context, result_callback)` which is now deprecated.