Preliminary Support for Qwen3XMLDetector (#8260)

Co-authored-by: Chayenne <zhaochen20@outlook.com>
This commit is contained in:
yhyang201
2025-07-23 06:49:38 +08:00
committed by GitHub
parent ff45ab7a5f
commit 0dfe2491ac
3 changed files with 153 additions and 0 deletions

View File

@@ -1099,6 +1099,7 @@ class ServerArgs:
"deepseekv3",
"pythonic",
"kimi_k2",
"qwen3",
],
default=ServerArgs.tool_call_parser,
help="Specify the parser for handling tool-call interactions. Options include: 'qwen25', 'mistral', 'llama3', 'deepseekv3', 'pythonic', and 'kimi_k2'.",