How can i clean the memory my whatsapp chatbot?

The issue is that the bot remembers the last 20 messages and responds using that info. I just want to test it like a new customer, but I need to clear the old messages first. How can I do that in n8n?

Btw, what do you think about this agent? Basically, it collects info automatically for a plastic surgery clinic, manages appointments, and sends reminder messages 1 hour before for both clinics.

It still needs a lot of fine-tuning, but I’m developing it over time. How can I make it “production-ready” to sell?

@prismaticgaze To simple reset the memory, go to “Simple Memory” and adjust the key. image instructions in the screenshot below

1 Like

The context window (Where the arrow points) depends on this key. Just add a prefix or postfix

Eg {{ $json.sessionId }}.A

“.A” is the postfix

Hope this helps!

2 Likes

very helpful :+1:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.