GPTReturnStructure
Represents a return structure for GPT-based data source providers, including metadata and selected paths.
Properties
Name | Description |
---|---|
GeneralIsChanged | Specifies whether the return structure has undergone general changes. |
SelectedPath | Specifies the selected path in the return structure. |
IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |
MetaData | Contains metadata associated with the return structure, represented as a list of GPTReturnStructureItem objects. |