vllm.tool_parsers.deepseekv4_tool_parser ¶
DeepSeekV4ToolParser ¶
Bases: DeepSeekV32ToolParser
DeepSeek V4 DSML tool parser.
V4 keeps the V3.2 DSML invoke/parameter grammar, but wraps tool calls in <|DSML|tool_calls> instead of <|DSML|function_calls>.