GptQueryType
The GptQueryType
enum defines different types of GPT queries used in workflows.
Accepted Values
Name Value InfoExtractor 1 CustomPrompt 2 Decider 3
Note
- InfoExtractor: Extracts specific information from a given input.
- CustomPrompt: Executes a user-defined custom prompt for GPT processing.
- Decider: Determines an outcome or decision based on the input context.