Graphic Step Editor Guide

Learn to create multi-step AI workflows with the visual editor

IT EN

Variables and Buffers

Variables allow you to make your workflows dynamic, passing data between steps and receiving input from the user.

Input Variables

Input variables are created in the Start node. They are requested from the user before the workflow execution.

How to Use Variables and Buffers

  1. Select a Step node to open the properties panel on the right
  2. At the top of the panel you'll find available variables and buffers
  3. Drag the variable or buffer to the desired position in the prompt

Buffers

Buffers store the output of a step to reuse it later. A buffer becomes available from the node immediately following the connected one.

Variables

User input, defined in the Start node

Buffers

Output from previous steps, available in subsequent nodes

Tip: Drag variables directly into the prompt text to insert them in the correct position.