1774707388

This commit is contained in:
Docker7530
2026-03-28 22:16:30 +08:00
parent d17550351d
commit 798019bbbf
34 changed files with 65 additions and 1469 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ DeepSeek-V3.2
| `--enable-auto-tool-choice` | 默认关闭(False | 传 `--enable-auto-tool-choice` 开启;或显式传 `--no-enable-auto-tool-choice` 关闭 | 允许模型自己决定是否调用工具 | 不开时,模型通常不会主动发起 tool call;开了后,模型可根据问题自动选择 MCP/tool |
| `--tool-call-parser` | 默认无(None) | 传一个解析器名字,比如 `openai``llama3_json``hermes``mistral``qwen3_xml` 等 | 指定如何解析模型输出的工具调用格式 | 不传时,即使模型输出了工具调用内容,也可能无法被正确识别;传错了会导致 tool call 解析失败 |
![](../../attachment/image-20260325141838198.png)
![](../../attachment/images-paste/image-20260325141838198.png)
# 总结