Update the changelog
This commit is contained in:
@@ -34,6 +34,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
### Changed
|
### 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 calls now receive a single parameter `FunctionCallParams` instead of
|
||||||
`(function_name, tool_call_id, args, llm, context, result_callback)` which is
|
`(function_name, tool_call_id, args, llm, context, result_callback)` which is
|
||||||
now deprecated.
|
now deprecated.
|
||||||
|
|||||||
Reference in New Issue
Block a user