Has anyone implemented an agent to handle Instagram DMs through ManyChat, but it's having trouble with multiple messages. People write "hello," "how are you?" on three different lines, and the agent treats it as three different messages. Does anyone know how to deal with this?
I tried using a message buffer, but the output of that architecture is "do nothing," but it still sends an output message, which causes the agent to respond anyway, and the same thing happens.