Starter
The Starter block allows you to manually initiate workflow execution with input parameters, offering two input modes: structured parameters or conversational chat.
Execution Modes
Choose your input method from the dropdown:
Using Chat Variables
In Chat mode, access user input and conversation context through special variables:
<start.input>
- Contains the user's message text<start.conversationId>
- Unique identifier for the conversation thread<start.files>
- Array of files uploaded by the user (if any)