Skip to content
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.

Inputs

This node has no inputs.

Outputs

Output Description
Text The text content you configured.

Configuration

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.

Common Uses

  • 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.

Tips

  • 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.

Clone this wiki locally