mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Add optional_variables in ConditionalRouter * Add reno note * Add more unit test with various complex scenarios * Add more unit tests * Add pylint disable=too-many-positional-arguments * PR feedback from @sjrl
5 lines
299 B
YAML
5 lines
299 B
YAML
---
|
|
enhancements:
|
|
- |
|
|
Introduces optional parameters in the ConditionalRouter component, enabling default/fallback routing behavior when certain inputs are not provided at runtime. This enhancement allows for more flexible pipeline configurations with graceful handling of missing parameters.
|