Skip to main content

Text

A simple entry point for plain text. Use it to inject a fixed string — a prompt, an instruction, a name — into any workflow.

Inputs

FieldTypeRequiredDescription
inputTexttextYesThe text value to pass downstream

Output

Type: text

The exact string entered in inputText.

Example

inputText: "Summarize the following article in three bullet points."

Output: "Summarize the following article in three bullet points."

Notes

  • The Text Input node has no handle — its value can only be typed directly.
  • To pass text that comes from another node, connect that node's output directly to the downstream input field instead of routing it through a Text Input.