Parameter Configuration (preview)
This feature is available from 2.2.0-beta-1 and currently in preview state and subject to change.
|
Common parameters for all parameter types are String name
, String description
, Boolean required
, Boolean hidden
and Object defaultValue
. Additional parameters depend on the type of the parameter.
Parameter Types
Parameter Type | Description |
---|---|
|
Basic text parameter type. Supports all common parameters. |
|
Special string type for AI model prompts. Usually used to render a |
|
Numeric parameter type. Supports all common parameters plus optional |
|
Parameter with predefined options. Requires an additional |
|
Special string type for handling URLs or resource links. Usually used to render a |
|
True/false parameter type. Supports all common parameters with boolean values. |
|
Complex parameter type for nested configurations. Supports all common parameters. This is used for complex input parameters without any specific type. |