runner: add body field to RunnerArguments

This commit is contained in:
Aleix Conchillo Flaqué
2025-10-20 17:06:33 -07:00
parent 1e8629bf96
commit 576bd67e85
2 changed files with 8 additions and 5 deletions

View File

@@ -88,6 +88,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- `RunnerArguments` now include the `body` field, so there's no need to add it
to subclasses. Also, all `RunnerArguments` fields are now keyword-only.
- `CartesiaSTTService` now inherits from `WebsocketSTTService`.
- Package upgrades: