-
-
Notifications
You must be signed in to change notification settings - Fork 5
Text Node
Vitor Lima edited this page Mar 19, 2026
·
1 revision
The Text node outputs a fixed piece of text that you write in its configuration. It's the simplest node — no inputs, just a static string output.
This node has no inputs.
| Output | Description |
|---|---|
| Text | The text content you configured. |
Click the settings icon to configure:
- Node Name — A label to identify this node on the canvas.
- Text Content — The text to output. Supports multiple lines.
- Provide a fixed system prompt to an LLM Agent's System Prompt Override input.
- Supply static instructions that don't change between runs.
- Pass a fixed value (like a character name or keyword) to a JavaScript node.
- The text is exactly what you type — no variables or templates are processed. If you need dynamic content, use a JavaScript node instead.
- Useful for prototyping — quickly test different prompts by swapping Text nodes without reconfiguring other nodes.