Native Chat and cumulative messages to pass to AI

Regarding the AI chat agent using a chat trigger: there is a way to like wait X seconds from the last user text and give all the messages to the ai so it can digest the entire meaning of the user intent? A lot of times people break what they wanna say in multiple messages.

I don’t want that the ai will answer with the same amount of text

n8n Version: 1.72.1
running n8n via n8n cloud

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Giacomo_Mascherin,

this is indeed currently not possible. Each chat message counts as an execution and would trigger the workflow run.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.