Welcome to SOP Guides
3. Process Flow
4. Caveats
5. LLM Prompt Engineering Techniques
6. Text-to-Image Prompting Engineering Techniques
5.5. Structuring Prompts
Put instructions at the beginning of the prompt and use ### or """ to separate the instruction and context
Less Effective Prompt:
Summarize the text below as a bullet point list of the most important points.
(Insert text here)
Effective Prompt:
Summarize the text below as a bullet point list of the most important points.
Text: ###
(Insert text here)
###
← Previous
5.4. Chain-Of-Thought Prompting
Next →
5.6. Describing Prompts
On this page:
- 5.5. Structuring Prompts