.Net: Update {Azure}OpenAI Connectors to latest 2.2.0-beta.1#10496
Merged
dmytrostruk merged 9 commits intomicrosoft:mainfrom Feb 12, 2025
Merged
.Net: Update {Azure}OpenAI Connectors to latest 2.2.0-beta.1#10496dmytrostruk merged 9 commits intomicrosoft:mainfrom
dmytrostruk merged 9 commits intomicrosoft:mainfrom
Conversation
Member
|
@rogerbarreto FYI there is already existing community PR to update {Azure}OpenAI package versions: #10487 But it looks like your PR has more changes, feel free to decide which PR should be merged. Thanks! |
Contributor
markwallace-microsoft
left a comment
There was a problem hiding this comment.
LGTM but PR is failing required checks.
markwallace-microsoft
approved these changes
Feb 12, 2025
SergeyMenshykh
approved these changes
Feb 12, 2025
Contributor
|
Very nice to see that the effort is supported! Awesome and looking forward to have this released ASAP :) |
jcruzmot-te
pushed a commit
to thousandeyes/aia-semantic-kernel
that referenced
this pull request
Sep 15, 2025
…ft#10496) ### Motivation and Context - Resolves microsoft#10484 - Resolves microsoft#10367 - Resolves microsoft#10201 - Resolves microsoft#9749 Some Azure Backend API's may not fully work with the latest SDK updates, but this is rather a limitation of the backend not related to the SDK itself. - Some model and Azure OpenAI endpoints trigger error for both `system` and `developer` roles, only accepting `user`. - Attempting to use temperature parameters in reasoning models (o1+) is not supported in the backends - Some backend models may still reject the `reasoning_effort` parameter. (o1-mini)
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

Motivation and Context
Some Azure Backend API's may not fully work with the latest SDK updates, but this is rather a limitation of the backend not related to the SDK itself.
systemanddeveloperroles, only acceptinguser.reasoning_effortparameter. (o1-mini)