langchain_core.runnables.utils
add()
将一系列可添加对象相加。
可添加对象 (可迭代[可添加]) – 要添加的可添加对象。
添加可添加对象的结果。
Optional[可添加]