Apr 29, 2024
Post comments count0
Post likes count4
Using Filters in Semantic Kernel


Sophia,
Dmytro
It's important to understand how the application behaves and have the ability to override that behavior in runtime based on some conditions. For example, we don't want to send malicious prompt to LLM, and we don't want to expose more information than needed to the end users. A couple of months ago, we added a possibility in Semantic Kernel to ha...