LLMService: add user/assistant args to create_context_aggregator()

This commit is contained in:
Aleix Conchillo Flaqué
2025-02-28 18:02:11 -08:00
parent b9100beee3
commit 17a1f30572
7 changed files with 168 additions and 34 deletions

View File

@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Allow passing user (`user_kwargs`) and assistant (`assistant_kwargs`) context
aggregator parameters when using `create_context_aggregator()`. The values are
passed as a mapping that will then be converted to arguments.
- Added `speed` as an `InputParam` for both `ElevenLabsTTSService` and
`ElevenLabsHttpTTSService`.