New here and New to AI in general. I have alot to learn for sure. I am working in n8n and I am trying to create multiple agents to one chat interface. I am having an issue where if a specific agent is given an task and needs further clarification it asks for the information. However I am giving the answer and it is routing it to another agent. I have category being set by OpenAI Message agent to mark the incoming message for correct routing through a switch node and the response from the user to the AI Agent it being routed incorrectly. Just isnt working on replies from the user to an AI agent question.
1 Like
Could you clarify more exactly what isn’t working? Are you saying the agent is asking for clarification when you don’t want it to because it’s moving on to the next agent? In that case I would just ask it to not ask for clarification in the system prompt!
So if I ask it to send an email to Tracy it is set to ask me for the subject and message of the email. It asks and I reply and then it categorized the reply as something other than email related and doesn’t go back to the email agent. (It could go to the file agent or stop at the switch because the category it gave it doesn’t exist) I am 101% sure I am not doing this correctly so any advice or direction is greatly appreciated.