Having trouble with the conversation memory…
Hey, i have an issue regarding the memory of my bot using the set block. It seems as when i implemented the buttons, the memory won’t work and i can’t ask it questions as “simplyfi” or “can you explain that in more detail?” Here is my design:

8 Replies
xenial-black•2y ago
Can you see your variable is being updated with new memory in the left side panel? If so, are you passing that info into your prompt?
Are you using AI with KB? This will not work b/c of the KB call and not finding chunks with something like "simplify.". This is a bit complicated to do, but it can be done.
Yes im using only KB for this spesific project because of where the sources are coming from.
Im sorry im pretty new to memory, but what do you mean with «is being udated»?
But yes i am using it in my prompt as the variable «memory» wich is JSONStringify(memory)
harsh-harlequin•2y ago
@Radiant raindrop we actually just launch memory as a build in variable so you dont need to do the stringify method anymore!
You can access it with the {vf_memory} variable. Its built into every project now.
It dynamically updates with the last 10 messages
Ay thats amazing! You guys are great👍
So i place it in a «set» block before every response block?
Like in this setup?

harsh-harlequin•2y ago
Check #🔊┃product-updates - just posted how to use it 🙂
Its much easier than that
Ah ok, Thanks👍