I’m using an AI agent node to reply to Whatsapp messages.
My problem is that often users send multiple messages composing a single question.
I don’t want my AI agent to reply immediately, but to wait for all the details.
What’s the best practice?
Should I wait for a while after the first message, then retrieve the following ones, then pass them to the AI agent?