Skip to main content

GPTParameter

Represents a parameter definition for GPT-based data source providers, including its type, value, and related metadata.

Properties

NameDescription
CaptionDefines the display name or description for the parameter.
ValueTypeDefines the primary type of the parameter value.
IsActiveIndicates whether the parameter is active.
IsRequiredIndicates whether the parameter is mandatory.
ChildrenDefines the child parameters of this parameter, allowing for hierarchical structures.
KeySpecifies the unique identifier for the parameter.
IsPrivateSpecifies whether the parameter is private and not visible to users.
ValueHolds the actual value of the parameter.
SubType(Optional) Specifies a more detailed type for the parameter value.
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.