not sure why we have a default tool parser

This commit is contained in:
2026-04-13 17:49:44 +00:00
parent efc9dc33e7
commit 7d9c4da2ee

View File

@@ -69,7 +69,7 @@ ARG_MAP = {
}
# Default tool-call-parser; override with SGLANG_TOOL_CALL_PARSER env var
DEFAULT_TOOL_CALL_PARSER = "mistral"
DEFAULT_TOOL_CALL_PARSER = "qwen3_coder"
def parse_vllm_args(args):