-
Notifications
You must be signed in to change notification settings - Fork 859
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[azopenai] Updates for 2024-07-01 (#23362)
* Regenerated to accomodate the latest API version (2024-07-01-preview), which adds in new batching and file APIs. * Updated help text for the function parameters. * Tests were literally doing nothing and weren't needed - we create clients all over the place using all the constructors. * Remove empty section. * Upload files works, and the other routes related to it _should_ work. Still need to test some more. * Fixing a bug where I didn't need to pass in a pointer anymore. * Very basic test for batches. The timing of the API makes it hard for us to test normally. * Updated to handle an anonymous type * Using latest commit from PR. * updates for merged spec. * fixed generation * removing orphaned model * updated recordings * skipping test * reducing coverage until we can reenable file tests. * added comment about workaround * removing orphaned type * updated changelog --------- Co-authored-by: Richard Park <ripark@microsoft.com>
- Loading branch information
Showing
24 changed files
with
2,664 additions
and
410 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
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.