microsoft / semantic-kernel

Integrate cutting-edge LLM technology quickly and easily into your apps
https://aka.ms/semantic-kernel
MIT License
22.12k stars 3.3k forks source link

.Net: Removed experimental flags in Filters #9774

Closed dmytrostruk closed 1 week ago

dmytrostruk commented 1 week ago

Motivation and Context

Closes: https://github.com/microsoft/semantic-kernel/issues/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