添加#

langchain_core.runnables.utils.add(addables: Iterable[Addable]) Addable | None[source]#

将一系列可添加的对象加在一起。

Parameters:

addables (Iterable[Addable]) – 要添加的可添加对象。

Returns:

可添加对象相加的结果。

Return type:

可选[可添加]

使用 add 的示例