FlowQueryOptions Properties
An object defining properties for the FlowQueryOptions class.
GeneralIsChanged
Specifies whether the query options have undergone general changes.
Type: bool
ExecutionType
Specifies the type of execution for the query.
Type: GptQueryType
Accepted Values:
Name Value InfoExtractor 1 CustomPrompt 2 Decider 3
Id
Specifies the unique identifier for the query.
Type: long
Name
Defines the name of the query.
Type: string
Structure
Defines the structure of the query result.
Type: GPTReturnStructure
QueryResult
Holds the result of the query execution.
Type: object
Parameters
Contains the list of parameters for the query.
Type: List<GPTParameter>
IsChanged
Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.
Type: bool