langchain/libs/core/langchain_core/runnables
jhicks2306 bcb8ab5216
docs: Improve docstring for Runnable bind method (#19659)
Added example to the docstring of the "bind" method of Runnable. This
makes it easier to understand the purpose of the method when reviewing
in code editors. E.g. VS Code below.

<img width="833" alt="Screenshot 2024-03-27 at 16 24 18"
src="https://github.com/langchain-ai/langchain/assets/45722942/ad022d4e-7bc0-4f4b-aa7a-838f1816cc52">

---------

Co-authored-by: Chester Curme <chester.curme@gmail.com>
2024-03-27 14:05:41 -04:00
..
__init__.py docs: runnable module description (#17966) 2024-03-01 10:01:32 -08:00
base.py docs: Improve docstring for Runnable bind method (#19659) 2024-03-27 14:05:41 -04:00
branch.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
config.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
configurable.py Fix bug with using configurable_fields after configurable_alternatives (#18139) 2024-02-26 10:27:07 -08:00
fallbacks.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
graph_ascii.py Add PNG drawer for Runnable.get_graph() (#18239) 2024-02-28 11:25:19 -08:00
graph_png.py Add PNG drawer for Runnable.get_graph() (#18239) 2024-02-28 11:25:19 -08:00
graph.py Fix missing labels (#18356) 2024-02-29 18:11:18 -08:00
history.py core[minor]: Use BaseChatMessageHistory async methods in RunnableWithMessageHistory (#19565) 2024-03-26 14:13:58 +00:00
learnable.py [Enhancement] Add support for directly providing a run_id (#18990) 2024-03-18 15:03:04 -07:00
passthrough.py core: Updated docstring for RunnablePick (#18832) 2024-03-20 13:54:42 +00:00
retry.py core[patch]: docstring update (#16813) 2024-02-09 12:47:41 -08:00
router.py docs: Add docs for RouterRunnable (#19191) 2024-03-17 00:48:00 +00:00
schema.py core[patch]: docstring update (#16813) 2024-02-09 12:47:41 -08:00
utils.py core[patch]: RunnablePassthrough transform to autoupgrade to AddableDict (#19051) 2024-03-14 16:59:46 -04:00