add#
- langchain_core.runnables.utils.add(addables: Iterable[Addable]) Addable | None [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]
Examples using add