mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
5 lines
259 B
YAML
5 lines
259 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When calling `set_output_types` we now also check that the decorator @component.output_types is not present on the `run_async` method of a Component. Previously we only checked that the Component.run method did not possess the decorator.
|