Skip to main content
Base Node
If you only need to show an Agent node’s output in chat, prefer enabling chat_output on the Agent node instead of adding a separate Chat Output node.

Parameters

Message
string
default:"Uses the input value"
Optional response text to render in chat. Leave this empty to forward the incoming value unchanged. This field supports literal text and expressions, so you can format pieces of the input payload such as ${input.message} into a custom response.

Inputs

Input
any
Incoming value to show in chat. When Message is empty, this value is forwarded as-is. When Message is set, the input is still available to expressions inside that template.

Outputs

Output
any
The chat response payload. This is either the original input value or the rendered Message string.