Files
langchain/libs/core/langchain_core/prompts
Christophe Bornet 17c5a1621f core: Improve Runnable __or__ method typing annotations (#31273)
* 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.
2025-05-19 09:32:31 -04:00
..
2025-05-15 15:43:57 -04:00
2025-04-09 14:39:36 -04:00
2025-04-11 16:35:13 -04:00
2025-05-15 15:43:57 -04:00
2025-04-11 16:35:13 -04:00