mirror of
https://github.com/hwchase17/langchain
synced 2024-11-08 07:10:35 +00:00
Lint
This commit is contained in:
parent
e420bf22b6
commit
3458489936
@ -1,8 +1,8 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from concurrent.futures import Executor, ThreadPoolExecutor
|
||||
from contextlib import contextmanager
|
||||
from copy import deepcopy
|
||||
|
||||
from typing import Any, Dict, Generator, List, Optional, TypedDict
|
||||
|
||||
from langchain.callbacks.base import BaseCallbackManager, Callbacks
|
||||
@ -37,7 +37,8 @@ class RunnableConfig(TypedDict, total=False):
|
||||
|
||||
max_concurrency: Optional[int]
|
||||
"""
|
||||
Maximum number of parallel calls to make. If not provided, defaults to ThreadPoolExecutor's default. This is ignored if an executor is provided.
|
||||
Maximum number of parallel calls to make. If not provided, defaults to
|
||||
ThreadPoolExecutor's default. This is ignored if an executor is provided.
|
||||
"""
|
||||
|
||||
executor: Executor
|
||||
|
Loading…
Reference in New Issue
Block a user