mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-16 00:19:35 +00:00
Apply patch [skip ci]
This commit is contained in:
@@ -100,6 +100,7 @@ CONFIG_KEYS = [
|
||||
"recursion_limit",
|
||||
"configurable",
|
||||
"run_id",
|
||||
"inherit_run_name",
|
||||
]
|
||||
|
||||
COPIABLE_KEYS = [
|
||||
@@ -628,3 +629,4 @@ async def run_in_executor(
|
||||
|
||||
return await asyncio.get_running_loop().run_in_executor(executor_or_config, wrapper)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user