From 176573c3429eef912f79dd6fdbe9016bfbd61824 Mon Sep 17 00:00:00 2001 From: Paul Kompfner Date: Tue, 9 Sep 2025 15:31:56 -0400 Subject: [PATCH] Add to CHANGELOG AWS Bedrock's support for universal `LLMContext` --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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