Prompt Chaining
A technique that links multiple prompts so the output of one prompt becomes the input to the next, enabling complex tasks through sequential steps.
Explore more about Prompt Engineering
Related terms
A reusable prompt structure containing fixed instructions and variable placeholders for generating consistent inputs to an AI model.
Few-shot PromptingA prompting technique that guides a language model by including a small number of input-output examples in the prompt, helping the model infer the desired task, format, or behavior.
Zero-shot PromptingA prompting technique where a model is asked to perform a task without being given any prior examples in the input context.
Prompt OptimizationThe process of systematically improving prompts to increase the quality, consistency, efficiency, or reliability of AI model outputs.
Prompt VersioningThe practice of tracking and managing different versions of prompts to preserve changes, compare variants, and maintain reproducibility.
Prompt CachingA technique that stores reusable prompt content so repeated requests can avoid processing the same input repeatedly, reducing latency and inference cost.