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
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -290,6 +290,16 @@ Supported models:
290
290
291
291
Flags: `--tool-call-parser kimi_k2`
292
292
293
+
### Hunyuan Models (`hunyuan_a13b`)
294
+
295
+
Supported models:
296
+
297
+
*`tencent/Hunyuan-A13B-Instruct` (chat template already included huggingface model file.)
298
+
299
+
Flags:
300
+
* For non-reasoning: `--tool-call-parser hunyuan_a13b`
301
+
* For reasoning: `--tool-call-parser hunyuan_a13b --reasoning-parser hunyuan_a13b --enable_reasoning`
302
+
293
303
### Models with Pythonic Tool Calls (`pythonic`)
294
304
295
305
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