langchain_core.runnables.utils.add¶

langchain_core.runnables.utils.add(addables: Iterable[Addable]) Optional[Addable][source]¶

Add a sequence of addable objects together.

Parameters

addables (Iterable[Addable]) – The addable objects to add.

Returns

The result of adding the addable objects.

Return type

Optional[Addable]