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 9138891 commit 919319aCopy full SHA for 919319a
vllm/entrypoints/openai/tool_parsers/__init__.py
@@ -2,6 +2,7 @@
2
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3
4
from .abstract_tool_parser import ToolParser, ToolParserManager
5
+from .apertus_tool_parser import ApertusToolParser
6
from .deepseekv3_tool_parser import DeepSeekV3ToolParser
7
from .deepseekv31_tool_parser import DeepSeekV31ToolParser
8
from .glm4_moe_tool_parser import Glm4MoeModelToolParser
@@ -25,7 +26,6 @@
25
26
from .seed_oss_tool_parser import SeedOssToolParser
27
from .step3_tool_parser import Step3ToolParser
28
from .xlam_tool_parser import xLAMToolParser
-from .apertus_tool_parser import ApertusToolParser
29
30
__all__ = [
31
"ToolParser",
0 commit comments