Update CHANGELOG

This commit is contained in:
Mark Backman
2025-01-11 16:19:11 -05:00
parent f1947d7d38
commit 1ca6ecc46e

View File

@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Added support in `FunctionCallResultFrame` for controlling LLM completions
via `override_run_llm` flag. When set to `True`, the `run_llm` parameter
determines whether a completion is triggered, allowing finer control over LLM
behavior in function calls.
- Added a new foundational example `07e-interruptible-playht-http.py` for easy
testing of `PlayHTHttpTTSService`.
@@ -32,6 +37,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `aws_session_token` to the `PollyTTSService`.
- Modified `OpenAIAssistantContextAggregator` to respect `override_run_llm`
flag when processing function call results. This allows external control over
whether function calls trigger LLM completions while maintaining backward
compatibility with existing code.
- Changed the default model for `PlayHTHttpTTSService` to `Play3.0-mini-http`.
- api_key, aws_access_key_id and region are no longer required parameters for the PollyTTSService (AWSTTSService)