I have a workflow with an AGENT where I would like to disable the “Memory” for “insert” or “modify” requests to be passed to a tool, and use it only for storing the AI response.
For example: in a “todo list” if I request to change the status of a job from “pending” to “finished” the first time it works without problems, but if immediately after I tell it to change, for the same job, the status from “finished” to “pending” no “Tools” is called but everything is taken from the memory and the AI reply with “The new status is …”
How can I disable the memory for some type of operation? I have tried to insert to not use “memory” in the System Message but without luck.
Information on your n8n setup
- n8n version: 1.88
- Database (default: SQLite): default
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app):. npm via nginx proxy
- Operating system:: Debian 12