I added a short prompt in the System Message for the AI Agent node. How come there’s additional prompting in the log that I didn’t specify, such as ‘Human Tools’ and ‘Response Format Instructions’? Is this really how the node functions? If not, how do I remove these so that my AI agent doesn’t spend extra tokens?
It looks like your topic is missing some important information. Could you provide the following if applicable.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Welcome to the community @Jorelle_Castillo
Those are default human message that gets sent to tell the agent about the tools it can use, and add context to the user’s input as explained here in the n8n Docs. You can customise the content by clicking on ‘Add Option’ and selecting Human Message.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.