mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-07 13:40:46 +00:00
Format
This commit is contained in:
parent
6424b3cde0
commit
20ce283fa7
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user