Skip to content

.Net: Filters graduation#7004

Merged
dmytrostruk merged 10 commits intomicrosoft:mainfrom
dmytrostruk:filters-graduation
Jul 8, 2024
Merged

.Net: Filters graduation#7004
dmytrostruk merged 10 commits intomicrosoft:mainfrom
dmytrostruk:filters-graduation

Conversation

@dmytrostruk
Copy link
Copy Markdown
Member

@dmytrostruk dmytrostruk commented Jun 28, 2024

Motivation and Context

Resolves: #5409

  1. Removed experimental flags on FunctionInvocationFilter and PromptRenderFilter.
  2. Updated documentation.

Contribution Checklist

@dmytrostruk dmytrostruk self-assigned this Jun 28, 2024
@dmytrostruk dmytrostruk requested a review from a team as a code owner June 28, 2024 19:56
@markwallace-microsoft markwallace-microsoft added .NET Issue or Pull requests regarding .NET code kernel.core documentation labels Jun 28, 2024
@dmytrostruk dmytrostruk mentioned this pull request Jun 28, 2024
9 tasks
Comment thread dotnet/docs/EXPERIMENTS.md Outdated
@dmytrostruk dmytrostruk added this pull request to the merge queue Jul 8, 2024
Merged via the queue into microsoft:main with commit 23f2dce Jul 8, 2024
@dmytrostruk dmytrostruk deleted the filters-graduation branch July 8, 2024 15:17
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 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.
-->

Resolves: microsoft#5409

1. Removed experimental flags on `FunctionInvocationFilter` and
`PromptRenderFilter`.
2. Updated documentation.

### 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 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation kernel.core .NET Issue or Pull requests regarding .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

.Net: Graduate Filters feature

4 participants