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