📄️ Chat Output Node
The Chat Output node streams content to the user interface during workflow execution. It renders text responses to the chatbot UI, supporting variable interpolation for dynamic content. Use this node to display AI-generated responses, status messages, or any text output to users.
📄️ Output Node
The Output node defines the return value for HTTP-triggered workflow execution. It captures a value from the workflow and returns it as the HTTP response payload. Use this node as the terminal node in workflows initiated by the HTTP Trigger node.