mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-15 23:57:21 +00:00
parent
3e296e39c8
commit
e37caa9b9a
@ -180,6 +180,7 @@ class RunnableWithFallbacks(RunnableSerializable[Input, Output]):
|
|||||||
output = context.run(
|
output = context.run(
|
||||||
runnable.invoke,
|
runnable.invoke,
|
||||||
input,
|
input,
|
||||||
|
config,
|
||||||
**kwargs,
|
**kwargs,
|
||||||
)
|
)
|
||||||
except self.exceptions_to_handle as e:
|
except self.exceptions_to_handle as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user