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: openapi.yaml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10003,6 +10003,7 @@ components:
10003
10003
Controls which (if any) tool is called by the model.
10004
10004
`none` means the model will not call any tools and instead generates a message.
10005
10005
`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.
10006
10007
Specifying a particular tool like `{"type": "file_search"}` or `{"type": "function", "function": {"name": "my_function"}}` forces the model to call that tool.
0 commit comments