Skip to content

Commit 72e092b

Browse files
update with assistants change
1 parent bc425fa commit 72e092b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

openapi.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10009,8 +10009,9 @@ components:
1000910009
- type: string
1001010010
description: >
1001110011
`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]
10012+
`auto` means the model can pick between generating a message or calling a function or tool.
10013+
`required` means the model must pick one of the available tools or functions before responding to the user.
10014+
enum: [none, auto, required]
1001410015
- $ref: "#/components/schemas/AssistantsNamedToolChoice"
1001510016
x-oaiExpandable: true
1001610017

0 commit comments

Comments
 (0)