Skip to content

Commit d80fc6c

Browse files
update description text
1 parent 72e092b commit d80fc6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10003,6 +10003,7 @@ components:
1000310003
Controls which (if any) tool is called by the model.
1000410004
`none` means the model will not call any tools and instead generates a message.
1000510005
`auto` is the default value and means the model can pick between generating a message or calling a tool.
10006+
`required` means the model must pick one of the available tools or functions before responding to the user.
1000610007
Specifying a particular tool like `{"type": "file_search"}` or `{"type": "function", "function": {"name": "my_function"}}` forces the model to call that tool.
1000710008
1000810009
oneOf:

0 commit comments

Comments
 (0)