GPTParameter
Represents a parameter definition for GPT-based data source providers, including its type, value, and related metadata.
Properties
| Name | Description |
|---|---|
| Caption | Defines the display name or description for the parameter. |
| ValueType | Defines the primary type of the parameter value. |
| IsActive | Indicates whether the parameter is active. |
| IsRequired | Indicates whether the parameter is mandatory. |
| Children | Defines the child parameters of this parameter, allowing for hierarchical structures. |
| Key | Specifies the unique identifier for the parameter. |
| IsPrivate | Specifies whether the parameter is private and not visible to users. |
| Value | Holds the actual value of the parameter. |
| SubType | (Optional) Specifies a more detailed type for the parameter value. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |