FlowGptPromptProperties
Defines properties for configuring a GPT prompt workflow step, including query options, error handling, and result object configuration.
Properties
| Name | Description |
|---|---|
| Caption | A dictionary containing captions for workflow objects, mapping identifiers to their display names. |
| QueryOptions | Specifies the query options used in the GPT prompt workflow step. |
| ResultObjectName | Defines the name of the object that will store the GPT prompt result. |
| ErrorOptions | Defines the error options associated with the workflow object. |
| IsChanged | Indicates whether any changes have been made to the workflow object in the code, showing if it has unsaved modifications. |