Notifications
Clear all
Topic starter
During my workflow tests, I've encountered the following issues:
- The Agent frequently fails to invoke the Vector Store Tool, even after I've adjusted its description and prompted the agent and the vector store tool.
- When I remove the Slack and Airtable tools, the Vector Store Tool is consistently called.
Is there a method for implementing layer routing to ensure the Agent always calls the Vector Store Tool first? Alternatively, are there specific prompts that can resolve this behavior?
Here’s the framework:
I'm not from a technical background, so I'm unsure about the n8n version information. I know my n8n is self-hosted with assistance from a friend.
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
Posted : 08/02/2025 1:13 pm
You could try something like:
Begin by fetching data from the Vector Store. Subsequently, perform XYZ...
Explaining the steps could lead to better consistency.
Let me know if this approach is effective.
Posted : 06/03/2025 3:00 pm
This thread was automatically closed 90 days following the last response. New replies are no longer permitted.
Posted : 04/06/2025 3:01 pm