Introduction
Creating clear and useful instructions for AI can be tricky. Prompt templates and variables help by making these instructions flexible and easy to reuse for different situations.
Imagine you have a greeting card with a blank space for the recipient's name. You keep the card design the same but write different names in the blank space for each person you send it to. This way, you don’t have to make a new card every time.
┌─────────────────────────────┐ │ Prompt Template │ │ "Write a story about {X}" │ └─────────────┬───────────────┘ │ ┌───────▼────────┐ │ Variables │ │ {X} = "a cat" │ └───────┬────────┘ │ ┌───────▼─────────────┐ │ Final Prompt │ │ "Write a story about a cat" │ └─────────────────────┘