Prompt Template
A reusable prompt structure containing fixed instructions and variable placeholders for generating consistent inputs to an AI model.
Explore more about Prompt Engineering
Related terms
An initial instruction that sets the baseline behavior, constraints, and operational context for a language model.
User PromptAn input message or instruction provided by a human user to direct an AI model's generation or task execution.
Assistant PromptA message generated by an AI assistant during a conversation, representing the model's response and serving as context for subsequent interactions.
Prompt ChainingA technique that links multiple prompts so the output of one prompt becomes the input to the next, enabling complex tasks through sequential steps.
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.
Prompt VersioningThe practice of tracking and managing different versions of prompts to preserve changes, compare variants, and maintain reproducibility.