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