-
Notifications
You must be signed in to change notification settings - Fork 4k
.Net: Remove experimental flags for stable items #11346
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
.Net: Remove experimental flags for stable items #11346
Conversation
Suggest removing those too as this is supported natively by the OpenAI SDK. Line 318 in e936f93
semantic-kernel/dotnet/src/Connectors/Connectors.OpenAI/Extensions/OpenAIKernelBuilderExtensions.cs Line 343 in e936f93
|
dotnet/src/SemanticKernel.Abstractions/Functions/KernelFunction.cs
Outdated
Show resolved
Hide resolved
dotnet/src/SemanticKernel.Abstractions/Functions/KernelPlugin.cs
Outdated
Show resolved
Hide resolved
78255c0
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.
I would recommend creating a second PR after this, removing any unused 🚢it. |
Following integration test failed:
|
### Motivation and Context 1. Native-AOT 2. OpenAI execution settings 3. ITextSearch 4. IChatHistoryReducer 5. Some Misc. core/abstractions experimental flags that are over 60 days ### Description <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
Motivation and Context
Description
Contribution Checklist