-
Notifications
You must be signed in to change notification settings - Fork 5.6k
[OpenAI] [Inference] TSP definition updates for v2024_05_01_preview service release
#29182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
7684dde
Azure OpenAI: 2024-04-01-preview updates
trrwilson 57a34e0
add audio formats
trrwilson a222a5b
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson 624a381
post-merge fix incl. tool update for enum conversion to union
trrwilson 6de0967
minor: spellcheck fix
trrwilson 0fd781d
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson e79c894
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson 38efd3e
refine duration encoding for word start/end
trrwilson 067fe5f
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson 38749f7
enable serialization into azure json and rename customization class name
mssfang 6b92bfe
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson 89d84c9
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson c6d5372
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson dc05593
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson 1afc37b
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson 1bf10c6
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson a30d2d4
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson b9c9acb
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
jpalvarezl de547d8
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson ea200a8
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
jpalvarezl 8135456
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
jpalvarezl 1ea7f98
Added new customBlockList filter and fields to OYD
jpalvarezl 61aac85
Adding changes to authentication for Vector Search
jpalvarezl 52dee2f
Adjusted docs for OYD vector search auth models
jpalvarezl a53bdf3
Added missing field and retrieved documents
jpalvarezl f5d10f5
Examples added
jpalvarezl 037a4f2
Merge branch 'main' into user/travisw/aoai-2024-04-01-preview
trrwilson d210e4e
corrected examples api-versions in json
jpalvarezl 1e03a78
Reformat
jpalvarezl 3042aab
Recompile after reformat
jpalvarezl aae228d
PR comments: wrong plural and type precision
jpalvarezl 6e0f27b
Merge branch 'user/travisw/aoai-2024-04-01-preview' into jpalvarezl/i…
jpalvarezl 572dee4
Revert added tab to service spec
jpalvarezl 8e07596
merge + regen
trrwilson a582eb4
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
trrwilson 3f943ce
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl 586c410
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl 7451376
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl 47a7695
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl eb5943e
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl dabebc4
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl 627278a
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl fff8143
Added readme entry for generated openAPI doc
jpalvarezl 236c0bf
Trying to improve folder structure
jpalvarezl e949ad4
Removed moved and renamed generated.json files
jpalvarezl 0e5a2c3
Reverted last 3 commits
jpalvarezl 733026c
Added entry for generated.json swagger in the readme
jpalvarezl e9cf565
Merge branch 'main' into jpalvarezl/inference_2024_05_01_preview
jpalvarezl 7f6fb08
Changed enum to nonExpandable
jpalvarezl 6a1d8bb
Ran formatter
jpalvarezl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Changed enum to nonExpandable
- Loading branch information
commit 7f6fb085b7bdb8f4db4cf793d26d517b901f0d36
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given that this is an output only, is it really an extensible enum? Can't the service guarantee the reason documents get filtered staying the same for a given API version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing
stringas a variant of thisunion