PipelineTask: handle BotInterruptionFrame in PipelineTask
This allows having processors before the input transport or even not having an input transport.
This commit is contained in:
@@ -97,6 +97,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- `BotInterruptionFrame` frame handling has been moved from `BaseInputTransport`
|
||||
to `PipelineTask`. This allows any type of pipeline to handle
|
||||
`BotInterruptionFrame` without the need of an input transport.
|
||||
|
||||
- `pipeline.tests.utils.run_test()` now allows passing `PipelineParams` instead
|
||||
of individual parameters.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user