langchain/libs/core/langchain_core/runnables
Aditya Anand f70650f67d
core[patch]: correct typo doc-string for astream_events method (#27108)
This commit addresses a typographical error in the documentation for the
async astream_events method. The word 'evens' was incorrectly used in
the introductory sentence for the reference table, which could lead to
confusion for users.\n\n### Changes Made:\n- Corrected 'Below is a table
that illustrates some evens that might be emitted by various chains.' to
'Below is a table that illustrates some events that might be emitted by
various chains.'\n\nThis enhancement improves the clarity of the
documentation and ensures accurate terminology is used throughout the
reference material.\n\nIssue Reference: #27107
2024-10-07 14:12:42 -04:00
..
__init__.py core[minor]: Add BaseModel.rate_limiter, RateLimiter abstraction and in-memory implementation (#24669) 2024-07-26 03:03:34 +00:00
base.py core[patch]: correct typo doc-string for astream_events method (#27108) 2024-10-07 14:12:42 -04:00
branch.py core: Put Python version as a project requirement so it is considered by ruff (#26608) 2024-09-18 14:37:57 +00:00
config.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
configurable.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
fallbacks.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
graph_ascii.py core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) 2024-09-27 20:13:23 +00:00
graph_mermaid.py core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) 2024-09-27 20:13:23 +00:00
graph_png.py core: Don't draw None edge labels (#24690) 2024-07-25 22:12:39 +00:00
graph.py core: Put Python version as a project requirement so it is considered by ruff (#26608) 2024-09-18 14:37:57 +00:00
history.py core: Add N(naming) ruff rules (#25362) 2024-09-19 05:09:39 +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[patch]: fix init of RunnableAssign (#26903) 2024-10-01 14:21:54 -04:00
retry.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
router.py core[patch]: Add kwargs to Runnable (#27008) 2024-09-30 16:45:29 -04:00
schema.py core: Add ruff rules for pycodestyle Warning (W) (#26964) 2024-09-30 09:31:43 -04:00
utils.py core[patch]: Add ruff rules for flake8-simplify (SIM) (#26848) 2024-09-27 20:13:23 +00:00