semantic-kernel
semantic-kernel copied to clipboard
.Net: Filters graduation
Motivation and Context
Resolves: https://github.com/microsoft/semantic-kernel/issues/5409
- Removed experimental flags on
FunctionInvocationFilter
andPromptRenderFilter
. - Updated documentation.
Contribution Checklist
- [x] The code builds clean without any errors or warnings
- [x] The PR follows the SK Contribution Guidelines and the pre-submission formatting script raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone :smile: