You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/core/tests/unit_tests/runnables
Nuno Campos bae82e966a
core: In astream_events v2 propagate cancel/break to the inner astream call (#22865)
- previous behavior was for the inner astream to continue running with
no interruption
- also propagate break in core runnable methods
3 months ago
..
__snapshots__ core, partners: add token usage attribute to AIMessage (#21944) 4 months ago
__init__.py REFACTOR: Refactor langchain_core (#13627) 10 months ago
test_config.py core[patch]: fix arbitrary config keys (#18827) 7 months ago
test_configurable.py core[patch]: update some root_validators (#22787) 3 months ago
test_context.py core[minor]: moved fake llms and embeddings to core (#19226) 6 months ago
test_fallbacks.py core[patch]: allow access RunnableWithFallbacks.runnable attrs (#22139) 4 months ago
test_graph.py core[patch]: Add `TypeError` handler into `get_graph` of `Runnable` (#19856) 4 months ago
test_history.py support messages in messages out (#20862) 5 months ago
test_imports.py Fetch runnable config from context var inside runnable lambda and runnable generator (#15334) 9 months ago
test_runnable.py core: In RunnableSequence pass kwargs to the first step (#22393) 4 months ago
test_runnable_events_v1.py core[minor]: Add parent_ids to astream_events API (#22563) 4 months ago
test_runnable_events_v2.py core: In astream_events v2 propagate cancel/break to the inner astream call (#22865) 3 months ago
test_tracing_interops.py [Core] Unified Enable/Disable Tracing (#22576) 4 months ago
test_utils.py infra: rm unused # noqa violations (#22049) 4 months ago