Hey, I have an AI agent with an OpenAI Chat Model attached and a Window Buffer Memory (WBM). In my tests, I would like to clear the WBM in order to make the model forget of what I asked previously and start fresh.
How can I do this?
When I click on “Delete current execution data” the previous turns are not deleted from the WBM.