async_chain_from_iterable#

async langsmith.evaluation._arunner.async_chain_from_iterable(iterable: Iterable[AsyncIterable[T]]) AsyncIterator[T][source]#

Chain multiple async iterables.

Parameters:

iterable (Iterable[AsyncIterable[T]]) –

Return type:

AsyncIterator[T]