mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-07-18 14:31:49 +00:00
6 lines
234 B
YAML
6 lines
234 B
YAML
![]() |
---
|
||
|
fixes:
|
||
|
- |
|
||
|
Previously, when using the same input reference in different components, the Pipeline run logic had an
|
||
|
unexpected behavior. This has been fixed by deepcopying the inputs before passing them to the components.
|