We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc425fa commit 72e092bCopy full SHA for 72e092b
openapi.yaml
@@ -10009,8 +10009,9 @@ components:
10009
- type: string
10010
description: >
10011
`none` means the model will not call a function and instead generates a message.
10012
- `auto` means the model can pick between generating a message or calling a function.
10013
- enum: [none, auto]
+ `auto` means the model can pick between generating a message or calling a function or tool.
+ `required` means the model must pick one of the available tools or functions before responding to the user.
10014
+ enum: [none, auto, required]
10015
- $ref: "#/components/schemas/AssistantsNamedToolChoice"
10016
x-oaiExpandable: true
10017
0 commit comments