Prompts are often constructed using prompt templates (@shin2020autoprompt). A prompt template contains 1 or more variables that are filled in with specific values to create a prompt. For example, a prompt template for sentiment analysis might be "Classify this tweet as positive or negative: [TWEET]". The variable `[TWEET]` is filled in with the content of a tweet to create a prompt. Note that templates are not limited to text.