Skip to main content

GptQueryType

The GptQueryType enum defines different types of GPT queries used in workflows.

Accepted Values

NameValue
InfoExtractor1
CustomPrompt2
Decider3
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.