mirror of
https://github.com/kennethreitz/langchain.git
synced 2026-06-05 23:00:18 +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