Update openapi.yaml
to openai/openai-openapi
commit 33d5c27 (latest as of Jun 9th)
#64
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Copy and paste
openai-openapi
yaml file and replace existing ones. The major motivation is OpenAI added a new parameter,tool_choice
into theRunObject
type(see this line vs current repo run object, because my project uses theAssistants
API a lot I noticed that missingtool_choice
causes my project to work as expected.Test
I ran the
bb test
in my local repo. Returns:misc
I noticed that OpenAI has a lot of updates while the version handily stays at
2.0.0
: https://github.com/openai/openai-openapi/blame/master/openapi.yaml#L5, any thoughts on usinggit submodule
to maintain API specs compatibility ? (Assuming in this repo there's no manual update).