-
Notifications
You must be signed in to change notification settings - Fork 844
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[azopenai] Updating to the latest 2023-12-01 API (#22081)
Generating based on the latest swagger for the 2023-12-01 API: - Chat message types for requests and responses are now different, with fields that are relevant to each more clearly called out. For instance, fields relevant to only assistant type messages (like tools) are separated properly. - Strong types for OYD (ie, bring your own data) scenarios, instead of a `any` parameter. - General updates to just expose new features for models like Dall-E Also, improved the tests a bit to handle the fact that we're often going to several different Azure OpenAI instances for different models, developing features, etc...
- Loading branch information
1 parent
837ae16
commit 423e02b
Showing
39 changed files
with
4,992 additions
and
1,834 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ | |
}, | ||
{ | ||
"Name": "azopenai", | ||
"CoverageGoal": 0.34 | ||
"CoverageGoal": 0.24 | ||
}, | ||
{ | ||
"Name": "aztemplate", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.