kernel-memory
kernel-memory copied to clipboard
[Question] How to implement Short Term Memory
Context / Scenario
We are building a chat bot and would like to use Kernel Memory to allow users to ask questions. How can we implement a short term memory / chat context? The docs list this as a feature (Short Term Memory (partially implemented/work in progress), but I can't find any documentation about how to use it. Semantic Kernel has some documentation about it.
We're using the Kernel Memory Webclient from our chat bot.
Question
How can I add a context / short term memory when using the Kernel Memory Webclient package and the AskAsync method to ask questions?