mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
6 lines
202 B
YAML
6 lines
202 B
YAML
![]() |
---
|
||
|
fixes:
|
||
|
- |
|
||
|
Add constraints to `component.set_input_type` and `component.set_input_types` to prevent undefined behaviour
|
||
|
when the `run` method does not contain a variadic keyword argument.
|