Streaming responses#
Feature availability
Available on all plans from version 1.105.2.
Streaming responses let you send data back to users as an AI Agent node generates it. This is useful for chatbots, where you want to show the user the answer as it's generated to provide a better user experience.
You can enable streaming using either:
- The Chat Trigger
- The Webhook node
In both cases, set the node's Response Mode to Streaming.
Configure nodes for streaming#
To stream data, you need to add nodes to the workflow that support streaming output. Not all nodes support this feature.
- Choose a node that supports streaming, such as:
- You can disable streaming in the options of these nodes. By default, they stream data whenever the executed trigger has its
Response Mode
set toStreaming response
.
Important information#
Keep in mind the following details when configuring streaming responses:
- Trigger: Your trigger node must support streaming and have streaming configured. Without this, the workflow behaves according to your response mode settings.
- Node configuration: Even with streaming enabled on the trigger, you need at least one node configured to stream data. Otherwise, your workflow will send no data.
This page was