Skip to main content

FlowGptPromptProperties Properties

An object defining properties for the FlowGptPromptProperties class.

QueryOptions

Specifies the query options used in the GPT prompt workflow step.

Type: IFlowQueryOptions


IsChanged

Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications.

Type: bool


ErrorOptions

Defines the error options associated with the workflow object.

Type: IFlowErrorOptions


ResultObjectName

Defines the name of the object that will store the GPT prompt result.

Type: string


Caption

A dictionary containing captions for workflow objects, mapping identifiers to their display names.

Type: Dictionary<string, string>