We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a27d8f commit 6d9a532Copy full SHA for 6d9a532
packages/toolbox-llamaindex/src/toolbox_llamaindex/tools.py
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
from asyncio import to_thread
16
-from typing import Any, Callable, Union, Mapping, Sequence, Awaitable
+from typing import Any, Awaitable, Callable, Mapping, Sequence, Union
17
18
from deprecated import deprecated
19
from llama_index.core.tools import ToolMetadata
0 commit comments