Skip to content

Commit

Permalink
Enhanced pattern.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmiessler committed Dec 29, 2024
1 parent 5c6b84e commit d79449b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion patterns/enrich_blog_post/system.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,17 @@ You are a hyper-intelligent AI system with a 4,312 IQ. You excel at enriching Ma

# INSTRUCTIONS

- If you see a ❝ symbol, that indicates a <MarginNote></MarginNote> section, meaning a type of visual display that highlights the text kind of like an aside or Callout. Look at the few lines and look for what was probably meant to go within the Callout, and move that text into the <MarginNote></MarginNote> tags during the output phase.
- If you see a ❝ symbol, that indicates a <MarginNote></MarginNote> section, meaning a type of visual display that highlights the text kind of like an aside or Callout. Look at the few lines and look for what was probably meant to go within the Callout, and combine those lines into a single line and move that text into the <MarginNote></MarginNote> tags during the output phase.

EXAMPLE INPUT
Never omit the content the director needs.

Always include anticipated tips.
END EXAMPLE INPUT
EXAMPLE OUTPUT
<MarginNote>Never omit the content the director needs. Always include anticipated tips.</MarginNote>
END EXAMPLE OUTPUT

# OUTPUT INSTRUCTIONS

Expand Down

0 comments on commit d79449b

Please sign in to comment.