Tip
Beginner
Use Delimiters to Separate Content
August 10, 2025
Use delimiters like triple quotes (''' '''), triple backticks (``` ```), or XML tags (<example></example>) to clearly separate instructions from the content you want the model to process. This helps prevent the model from getting confused.
Category: Prompt Engineering
Difficulty: Beginner