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/function-calling.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Function calling is supported for all models (see https://github.com/ggml-org/ll
21
21
- Use `--chat-template-file` to override the template when appropriate (see examples below)
22
22
- Generic support may consume more tokens and be less efficient than a model's native format.
23
23
24
+
- Multiple/parallel tool calling is supported on some models but disabled by default, enable it by passing `"parallel_tool_calls": true` in the completion endpoint payload.
25
+
24
26
<details>
25
27
<summary>Show some common templates and which format handler they use</summary>
0 commit comments