Skip to content

Enum: PromptType

Type of prompting strategy

URI: revaise:PromptType

Permissible Values

Value Meaning Description
ZERO_SHOT None No examples provided
FEW_SHOT None A few examples provided
CHAIN_OF_THOUGHT None Step-by-step reasoning
STRUCTURED_OUTPUT None Output in specific structure
CONVERSATIONAL None Multi-turn conversation
INSTRUCTION_BASED None Direct instruction following

Slots

Name Description
prompt_type Type of prompting strategy
prompt_type Type of prompting strategy

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/ai_assistance

LinkML Source

name: PromptType
description: Type of prompting strategy
from_schema: https://open-and-sustainable.github.io/revaise-model/schema/objects/ai_assistance
rank: 1000
permissible_values:
  ZERO_SHOT:
    text: ZERO_SHOT
    description: No examples provided
  FEW_SHOT:
    text: FEW_SHOT
    description: A few examples provided
  CHAIN_OF_THOUGHT:
    text: CHAIN_OF_THOUGHT
    description: Step-by-step reasoning
  STRUCTURED_OUTPUT:
    text: STRUCTURED_OUTPUT
    description: Output in specific structure
  CONVERSATIONAL:
    text: CONVERSATIONAL
    description: Multi-turn conversation
  INSTRUCTION_BASED:
    text: INSTRUCTION_BASED
    description: Direct instruction following