mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 10:13:29 +00:00
x
This commit is contained in:
parent
fd7860e508
commit
8511241b87
@ -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(
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user