mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 14:31:55 +00:00
Format
This commit is contained in:
@@ -1445,7 +1445,7 @@ class RunnableLambda(Runnable[Input, Output]):
|
||||
return await self._acall_with_config(self._ainvoke, input, config)
|
||||
else:
|
||||
# Delegating to super implementation of ainvoke.
|
||||
# Uses asyncio executor to run the sync version (invoke)
|
||||
# Uses asyncio executor to run the sync version (invoke)
|
||||
return await super().ainvoke(input, config)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user