Skip to content

Commit

Permalink
update description text
Browse files Browse the repository at this point in the history
  • Loading branch information
erinkav-openai committed Apr 25, 2024
1 parent 72e092b commit d80fc6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10003,6 +10003,7 @@ components:
Controls which (if any) tool is called by the model.
`none` means the model will not call any tools and instead generates a message.
`auto` is the default value and means the model can pick between generating a message or calling a tool.
`required` means the model must pick one of the available tools or functions before responding to the user.
Specifying a particular tool like `{"type": "file_search"}` or `{"type": "function", "function": {"name": "my_function"}}` forces the model to call that tool.
oneOf:
Expand Down

0 comments on commit d80fc6c

Please sign in to comment.