mirror of
https://github.com/hwchase17/langchain
synced 2024-10-31 15:20:26 +00:00
67662564f3
**Description:**
When a RunnableLambda only receives a synchronous callback, this
callback is wrapped into an async one since #13408. However, this
wrapping with `(*args, **kwargs)` causes the `accepts_config` check at
[/libs/core/langchain_core/runnables/config.py#L342](
|
||
---|---|---|
.. | ||
langchain_core | ||
scripts | ||
tests | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |