From b4758cd989594397a7c5134fe577b8ec626ecc8c Mon Sep 17 00:00:00 2001 From: Kwindla Hultman Kramer Date: Wed, 22 May 2024 21:14:11 -0700 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c2cf3aee..108cd7784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Added vision support to Anthropic service. + - Added `WakeCheckFilter` which allows you to pass information downstream only if you say a certain phrase/word. @@ -19,6 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed Anthropic service to use new frame types. + - Fixed an issue in `LLMUserResponseAggregator` and `UserResponseAggregator` that would cause frames after a brief pause to not be pushed to the LLM.