.Net: Update {Azure}OpenAI Connectors to latest 2.2.0-beta.1 - #10496
Merged
Dmytro Struk (dmytrostruk) merged 9 commits intoFeb 12, 2025
Merged
Conversation
Roger Barreto (rogerbarreto)
had a problem deploying
to
integration
February 12, 2025 00:02 — with
GitHub Actions
Failure
Member
|
Roger Barreto (@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! |
Mark Wallace (markwallace-microsoft)
left a comment
Contributor
There was a problem hiding this comment.
LGTM but PR is failing required checks.
Roger Barreto (rogerbarreto)
temporarily deployed
to
integration
February 12, 2025 10:46 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
temporarily deployed
to
integration
February 12, 2025 12:04 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
temporarily deployed
to
integration
February 12, 2025 13:12 — with
GitHub Actions
Inactive
Roger Barreto (rogerbarreto)
enabled auto-merge
February 12, 2025 13:23
Mark Wallace (markwallace-microsoft)
approved these changes
Feb 12, 2025
Roger Barreto (rogerbarreto)
had a problem deploying
to
integration
February 12, 2025 16:04 — with
GitHub Actions
Error
Roger Barreto (rogerbarreto)
temporarily deployed
to
integration
February 12, 2025 16:07 — with
GitHub Actions
Inactive
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 :) |
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Feb 12, 2025
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Feb 12, 2025
Roger Barreto (rogerbarreto)
deleted the
issues/10484-openai-versionbump
branch
February 13, 2025 10:07
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)