From 7d9c4da2ee3e5fb13abaa86953ca3aa74b3539c7 Mon Sep 17 00:00:00 2001 From: biondizzle Date: Mon, 13 Apr 2026 17:49:44 +0000 Subject: [PATCH] not sure why we have a default tool parser --- vllm_shim_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm_shim_module.py b/vllm_shim_module.py index 5d56af2..d61292e 100644 --- a/vllm_shim_module.py +++ b/vllm_shim_module.py @@ -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):