Skip to main content

GPTParameter

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

Properties

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