home/roleplay/types-of-prompt

Types of Prompt

GPTClaudeGemini··314 copies·updated 2026-07-14
types-of-prompt.prompt
# Types of prompts
There are various types of prompts used in AI, each serving a specific purpose:

### Direct prompts (Zero-shot)
Zero-shot prompting involves providing the model with a direct instruction or question without any additional context or examples. 

An example of this is idea generation, where the model is prompted to generate creative ideas or brainstorming solutions. 
Another example is summarization, or translation, where the model is asked to summarize or translate some piece of content.

### One-, few- and multi-shot prompts
This method involves providing the model with one or more examples of the desired input-output pairs before presenting the actual prompt. 
This can help the model better understand the task and generate more accurate responses.

### Chain of Thought Prompts
CoT prompting encourages the model to break down complex reasoning into a series of intermediate steps, 
leading to a more comprehensive and well-structured final output.

### Zero-shot CoT Prompts
Combines chain of thought prompting with zero-shot prompting by asking the model to perform reasoning steps, which may often produce better output.

when to use it

Community prompt sourced from the open-source GitHub repo MsheesAI/Prompt_engineering_Patterns (no explicit license). A "Types of Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

MsheesAI/Prompt_engineering_Patterns · no explicit license