AWSNovaSonicLLMService: fix error with watchdog_coroutine()

This commit is contained in:
Aleix Conchillo Flaqué
2025-06-27 10:24:06 -07:00
parent 3064326834
commit b0c773189f
2 changed files with 6 additions and 5 deletions

View File

@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
time, you will need to wrap it with `watchdog_coroutine()` so the watchdog
timers are reset regularly.
### Fixed
- Fixed a `AWSNovaSonicLLMService` issue introduced in 0.0.72.
## [0.0.73] - 2025-06-26
### Fixed