Since yesterday, my previously working AI Agent workflows stopped executing tools. The issue now occurs in all flows using the AI Agent Node, even those I haven’t touched. No tool calls are made — only the OpenAI Chat Model Node runs, while none of the configured tools like the HTTP Request Nodes or Vector Store are triggered.
This happens even though:
The input clearly matches conditions defined in the prompt
The same input used to work before
No changes were made to the logic
The agent simply returns an output without using any tools.
What is the error message (if any)?
There is no visible error. The AI Agent Node returns partial or empty output, and the “tools used in this run” section remains completely blank.
In the execution data:
tool_calls array is empty
invalid_tool_calls is empty
No tool_call_id is used
Information on your n8n setup
n8n version:1.94.1
Database: SQLite (default)
n8n EXECUTIONS_PROCESS setting:own
Running n8n via: cloud
Operating system: Windows
Additional Notes
All tool nodes are correctly registered and connected
This applies to all flows — even previously functional ones
No changes to prompt or node configuration were made
Problem started suddenly — likely since the update to 1.94.x
from what you say it looks like the tool update caused a problem.
Maybe try switching to version 1.95.X even if in Beta to see if the problem is solved.
I’ve always had this issue (started self-hosting on 1.94.1) and it’s causing subsequent executions to ignore instructions to use tools, which I haven’t found a consistent way to prompt around.
It’s happening with a POstgres node. Anyone else seeing this?