← Back to all posts

Text Input

On this page

Purpose

Text Input turns entered text into a message that other components can use.

When to use it

  • Supply fixed instructions or test data.
  • Provide a non-conversational text value.
  • Override text with a connected Message.

How to use it

  1. Add Text Input.
  2. Enter the text, or connect a Message to Text.
  3. Connect Output Text to a compatible downstream component.

Configuration

SettingWhat it controlsRecommended starting point
TextDefines the text to wrap in a Message.Enter a short fixed value first.

Expected result

The component returns the entered or connected text as a Message. The Message includes default timestamp and properties, while sender and session fields remain empty.

Reference details

Use Prompt Template when the text becomes part of a prompt. Use Chat Input when the value should come from a Playground conversation rather than a fixed flow value.

← Back to all posts