mirror of
https://github.com/hwchase17/langchain.git
synced 2025-10-29 14:50:54 +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.