Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 22, 2024
1 parent fd7860e commit 8511241
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion libs/core/langchain_core/runnables/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -5217,7 +5217,7 @@ class RunnableBindingBase(RunnableSerializable[Input, Output]):
kwargs.
"""

config: RunnableConfig = Field(default_factory=dict) # type: ignore
config: RunnableConfig = Field(default_factory=RunnableConfig) # type: ignore
"""The config to bind to the underlying Runnable."""

config_factories: list[Callable[[RunnableConfig], RunnableConfig]] = Field(
Expand Down
Loading

0 comments on commit 8511241

Please sign in to comment.