mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-31 00:57:37 +00:00
* Isolate logic that distributes Component outputs * Handle variadic reset in correct place * Move methods to PipelineBase * Enhance variables and method names * Add missing return type * Update comment with correct variable name * Add comment explaining conditional outputs * Add variadic list assertion and enhance comment explaining the need of a list * Rename to_remove_from_res to to_remove_from_component_result and enhance comment * Split elif * Enhance code to enqueue greedy variadic components * Revert "Enhance code to enqueue greedy variadic components" This reverts commit 052ceb889ec8ea100be6eab810cb06d5febea6fe. * Enhance variadic greedy enqueue comment