Skip to main content
The Text Prompt node collects a text string. In Studio you enter the text directly; in App mode it becomes a form input field.

When to use

  • Providing a creative brief
  • Setting a product description
  • Configuring instructions for AI nodes
Common patterns: text_prompt → generate_image, text_prompt → generate_text.

Outputs

Text
text
The text string entered by the user.

Configuration

label
string
default:"Text Prompt"
The label shown for this input, including as the field label in App mode.
placeholder
string
default:"Enter text..."
Placeholder text shown in the empty input.
isRequired
boolean
default:true
Whether a value must be provided before the graph runs.