Outputs
Output Node
Display results from previous nodes to users in an interactive interface.
What is an Output Node?
An Output node displays the results generated by other nodes in your workflow. It acts as the final delivery point in your data pipeline, where outputs from processing nodes (like LLMs or data processors) are shown to your users.
The Output node is typically connected to nodes that generate textual or structured responses, such as:
- LLM nodes (to display answers or messages).
- Knowledge Base nodes (to show retrieved documents or summaries).
Key benefits of the Output node:
- Provides a clear way to present results to end-users.
- Enables visibility into the results of data transformations or AI completions.
- Supports dynamic interfaces when exposed via the Export tab.
How to expose Outputs externally?
To allow users to see the Output node results:
- Go to the Export tab.
- Enable the Output node in the Outputs section under Fields.
- Click Save Interface.
- The Output node’s results will now appear in your external interface when the workflow is triggered.