Skip to content

.Net: Update Both (OpenAI + AzureOpenAI) Connectors to use 2.2.0-beta.1 version. #10484

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

Closed
RogerBarreto opened this issue Feb 11, 2025 · 2 comments · Fixed by #10496
Closed
Assignees
Labels
sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Comments

@RogerBarreto
Copy link
Member

RogerBarreto commented Feb 11, 2025

With the last week release of the latest version of the SDK's we need to update our connectors so this might add support to the new o1 and o3 models, latest api version 2025-01-01-preview, AudioContent in Chat History and more.

@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code triage labels Feb 11, 2025
@RogerBarreto RogerBarreto added sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) and removed .NET Issue or Pull requests regarding .NET code triage labels Feb 11, 2025
@RogerBarreto RogerBarreto self-assigned this Feb 11, 2025
@RogerBarreto RogerBarreto moved this to Sprint: In Progress in Semantic Kernel Feb 11, 2025
github-merge-queue bot pushed a commit that referenced this issue Feb 12, 2025
### Motivation and Context

- Resolves #10484 
- Resolves #10367
- Resolves #10201
- Resolves #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)
@RogerBarreto RogerBarreto moved this from Sprint: In Progress to Sprint: Done in Semantic Kernel Feb 28, 2025
@AddictedCS
Copy link

AudioContent is still unsupported as of v1.43.0 in ChatHistory: Unsupported chat message content type 'Microsoft.SemanticKernel.AudioContent'.

Wasn't this update supposed to fix this issue? Or will it be supported after #11044 is implemented?

@RogerBarreto
Copy link
Member Author

@AddictedCS The capability needs to be implemented in the connectors to properly cascade from to OpenAI SDK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Projects
Archived in project
3 participants