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
Next →
On this page: