Text Output
Estimated reading: 1 minute
The Text Output component ingests Message data from upstream components and emits only the text attribute packaged within a simplified Message object.
It is designed for workflows that output simple text strings and do not require full conversational interactions.
Important
1. Playground: Text Output is not supported in the Playground. Its output is not formatted as a chat message, so it does not appear in the Playground. To display a response as a chat message, use the Chat Output component.
2. Metadata: Any chat-related metadata is not included in the final output. The component returns only the text content.
Text Output Parameters
| Parameter | Type | Description |
|---|---|---|
| Inputs | Input | Receives text or message data from an upstream component. |
| Output Text | Output | Returns the text as the final output of the flow. |