aadd#

async langchain_core.runnables.utils.aadd(addables: AsyncIterable[Addable]) Addable | None[源代码]#

异步地将一系列可添加对象相加。

Parameters:

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

Returns:

可添加对象相加的结果。

Return type:

可选[可添加]