Agent Node Docs

User Chat Input Node

Allows users to send chat messages directly to the flow

User Chat Input Node

Overview

The User Chat Input Node is the entry point of the agent flow. It is responsible for receiving text messages from the user and passing them to the flow for processing. This node must be present in every agent flow and must be connected to at least one other node.

Input Parameters

  • message: The chat message sent by the user to the flow.

Output

string: The user's message, forwarded to the connected node.