Suppose I need an AI agent that would be able to connect to 4 different models to get their response to a question. I don’t have them available as tools in the n8n workflow.
So is the only way to do that is to build a separate workflow with each model and then connect those workflows as tools to the AI agent? Or there’s a less verbose way?
Yes, there is no other way than that.
But the good part is that you can add them in the current workflow and position everything to be more easy to understand.