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 cf4cd53 commit 8d763cbCopy full SHA for 8d763cb
vllm/entrypoints/openai/tool_parsers/xlam_tool_parser.py
@@ -3,7 +3,7 @@
3
# ruff: noqa
4
import json
5
from collections.abc import Sequence
6
-from typing import Any, Dict, List, Optional, Union
+from typing import Any, Optional, Union
7
8
import regex as re
9
0 commit comments