From 181bf5bbde1b4f490287c0e7b679e0b31e912b14 Mon Sep 17 00:00:00 2001 From: yyzxw <34639446+yyzxw@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:17:19 +0800 Subject: [PATCH] [Docs] reemove the incorrect `enable_reasoning` parameter (#27550) Signed-off-by: zxw <1020938856@qq.com> --- docs/features/tool_calling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/tool_calling.md b/docs/features/tool_calling.md index 228619343c9d2..7a1b30096a56d 100644 --- a/docs/features/tool_calling.md +++ b/docs/features/tool_calling.md @@ -321,7 +321,7 @@ Supported models: Flags: * For non-reasoning: `--tool-call-parser hunyuan_a13b` -* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b --enable_reasoning` +* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b` ### LongCat-Flash-Chat Models (`longcat`)