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 df4b1ab commit eadd7d0Copy full SHA for eadd7d0
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