-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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: Graduate Filters feature #9499
Closed
4 tasks done
Labels
feature_graduation
Applied to all feature graduation issues
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Comments
markwallace-microsoft
added
.NET
Issue or Pull requests regarding .NET code
feature_graduation
Applied to all feature graduation issues
Ignite
labels
Nov 1, 2024
github-actions
bot
changed the title
Graduate Filters feature
.Net: Graduate Filters feature
Nov 1, 2024
markwallace-microsoft
added
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
and removed
triage
labels
Nov 1, 2024
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 19, 2024
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Related: #9499 Removed the usage of obsolete Kernel Events in favor of Filters as part of Filters graduation process. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] 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 - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
4 tasks
github-merge-queue bot
pushed a commit
that referenced
this issue
Nov 21, 2024
### Motivation and Context <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> Closes: #9499 1. Removed `Experimental` flag from `AutoFunctionInvocationFilter` classes and properties. 2. Removed `Experimental` flag from `IsStreaming` boolean property in filter context models. 3. Added a unit test to verify function sequence index property behavior. ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [x] The code builds clean without any errors or warnings - [x] 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 - [x] All unit tests pass, and I have added new tests where possible - [x] I didn't break anyone 😄
github-project-automation
bot
moved this from Sprint: In Review
to Sprint: Done
in Semantic Kernel
Nov 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature_graduation
Applied to all feature graduation issues
.NET
Issue or Pull requests regarding .NET code
sk team issue
A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Experimental
flag in remaining places in code and documentationThe text was updated successfully, but these errors were encountered: