How to apply memory filter when using Semantic Kernel Plugin and Chat Completion Service #820
Unanswered
bancroftway
asked this question in
1. Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context / Scenario
I am using Memory Plugin (Microsoft.KernelMemory.SemanticKernelPlugin, version 0.75.240924.1) and Chat Completion Service. I have an 'args' variable containing the memory filter, however, it is not clear how to pass the KernelArguments to GetChatMessageContentAsync. Is there a way to pass in the Memory Filter or should I stick with the classic approach of using "kernel.InvokePromptAsync(prompt, arguments);"? Thanks
What happened?
Memory filters are not getting applied when using chatCompletionService.GetChatMessageContentAsync
Importance
edge case
Platform, Language, Versions
.Net 9
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions