server : add documentation for parallel_tool_calls param (#15647)
Co-authored-by: Pierre F <no@p.e>
This commit is contained in:
parent
81017865ee
commit
792b44f2ed
2 changed files with 4 additions and 0 deletions
|
|
@ -1143,6 +1143,8 @@ The `response_format` parameter supports both plain JSON output (e.g. `{"type":
|
|||
|
||||
`parse_tool_calls`: Whether to parse the generated tool call.
|
||||
|
||||
`parallel_tool_calls` : Whether to enable parallel/multiple tool calls (only supported on some models, verification is based on jinja template).
|
||||
|
||||
*Examples:*
|
||||
|
||||
You can use either Python `openai` library with appropriate checkpoints:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue