diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2b7fc0d..2d5988de8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Expanded support for universal `LLMContext` to the AWS Bedrock LLM service. + Using the universal `LLMContext` and associated `LLMContextAggregatorPair` is + a pre-requisite for using `LLMSwitcher` to switch between LLMs at runtime. + - Added video streaming support to `LiveKitTransport`. - Added `OpenAIRealtimeLLMService` and `AzureRealtimeLLMService` which provide