Templates Prompting
Templates Prompting
Templates prompting is a prompting technique where you provide a template to the model. The model will then fill in the blanks in the template. This is called templates prompting.
Examples of Templates Prompting
Give me 5 travel destinations in the United States.
Format the response like this:
Location: {Location}
Best time to visit: {Best time to visit}
Average temperature(celsius): {Average temperature(celsius)}
Rainy Days Per Month: {Rainy Days Per Month}
Applications of Template Prompting
- Structured Data Extraction: Use template prompting to extract structured information from unstructured text.
- Form Generation: Generate forms or documents based on a template.
- Content Customization: Personalize content for different users or scenarios using templates.``