mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-13 22:59:05 +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