haystack/releasenotes/notes/pipeline-run-fix-extra-outputs-a6c750a91faaa8fd.yaml
Madeesh Kannan 2428bc2a92
fix: Pipeline.run correctly returns all outputs when the include_outputs_from parameter is used (#7697)
* fix: `Pipeline.run` correctly returns all outputs when the `include_outputs_from` parameter is used

* Add release note
2024-05-14 12:29:41 +02:00

5 lines
139 B
YAML

---
fixes:
- |
The `include_outputs_from` parameter in `Pipeline.run` correctly returns outputs of components with multiple outputs.