Skip to main content

GPTReturnStructureItem

Represents a structure item returned by GPT-based data source providers, including its type, name, and potential child items.

Properties

NameDescription
IsChangedIndicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
ValueTypeSpecifies the value type of the return structure item, indicating the kind of data it holds.
TypeDefines the data type of the return structure item.
NameSpecifies the name of the return structure item.
DisplayNameRepresents the display name or label for the return structure item.
ChildsDefines the list of child items, allowing for hierarchical return structures.

Constructors

NameDescription
GPTReturnStructureItem()Initializes a new instance of the GPTReturnStructureItem class with default values.