add video_source field to UserImageRequestFrame

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-07 11:42:16 -07:00
parent a3038afa02
commit ed00f7d071
4 changed files with 9 additions and 2 deletions

View File

@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- `UserImageRequestFrame.video_source` field has been added to request an image
from the desired video source.
- Added support for the AWS Nova Sonic speech-to-speech model with the new
`AWSNovaSonicLLMService`.
See https://docs.aws.amazon.com/nova/latest/userguide/speech.html.