Properties Panel
The Properties Panel lets you configure any node’s parameters. Select a node on the canvas to open it on the right side, or right-click a node and choose Edit.Parameter types
| Type | Input | Description |
|---|---|---|
string | Text input | Single-line text. Supports placeholders. |
text | Textarea | Multi-line text. Used for system prompts and commands. |
enum | Dropdown | Pick from a predefined list of options. |
number | Number input | Numeric value with optional min/max/step constraints. |
slider | Range slider | Numeric value with visual range. Shows min/max labels. |
boolean | Toggle | On/off switch. |
stepper | +/− stepper | Integer value with unit display (e.g., 30s). |
categories | Tag input | Array of string labels. Used for Categorize node outputs. |
tool_selector | Checklist | Select which tools from an MCP server to expose to the LLM. |
Advanced parameters
Some parameters are collapsed under an Advanced section by default (e.g.,max_tokens on LLM nodes). Click to expand.