You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features/tool_calling.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,6 +311,15 @@ Flags:
311
311
* For non-reasoning: `--tool-call-parser hunyuan_a13b`
312
312
* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b --enable_reasoning`
313
313
314
+
### GLM-4.5 Models (`glm45`)
315
+
316
+
Supported models:
317
+
318
+
*`ZhipuAI/GLM-4.5`
319
+
*`ZhipuAI/GLM-4.5-Air`
320
+
321
+
Flags: `--tool-call-parser glm45`
322
+
314
323
### Models with Pythonic Tool Calls (`pythonic`)
315
324
316
325
A growing number of models output a python list to represent tool calls instead of using JSON. This has the advantage of inherently supporting parallel tool calls and removing ambiguity around the JSON schema required for tool calls. The `pythonic` tool parser can support such models.
0 commit comments