mirror of
https://github.com/hwchase17/langchain.git
synced 2025-11-03 09:48:05 +00:00
* It is possible to chain a `Runnable` with an `AsyncIterator` as seen in `test_runnable.py`. * Iterator and AsyncIterator Input/Output of Callables must be put before `Callable[[Other], Any]` otherwise the pattern matching picks the latter.