Technique
Prompt Template
Reusable prompt with placeholders that get filled at runtime with dynamic data.
Definition
Prompt templates separate static instructions from dynamic content. Variables like {user_question} or {retrieved_context} are substituted at request time. Templates make prompts versionable, testable and easy to swap across models.
Common use cases
- Production prompts
- A/B testing
- Multi-model support