mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-22 07:05:36 +00:00
With this we get the correct types for `_runnable_support` annotated functions. * return list[BaseMessage] when messages is not None * return Runnable when messages is None * typing of function args