Skip to content

Commit c5a322f

Browse files
committed
docs(sdk): guide agents to match uppercase title conventions
1 parent e0b7e23 commit c5a322f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/sdk/tools/prompt-templates/system-prompt-core.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ Markdown insert creates block structure but uses default formatting. You MUST fo
135135
**Step 1: Understand the document context** from the get_content blocks response. Before inserting anything, analyze:
136136
- What kind of document is this? (contract, letter, certificate, report, etc.)
137137
- How are titles/headings styled? (centered? left? bold? underlined? what fontSize?)
138+
- Are titles UPPERCASE? (e.g., "EMPLOYMENT AGREEMENT", "RECITALS" → your heading must also be UPPERCASE)
138139
- How is body text styled? (fontFamily, fontSize, alignment, color)
139140
- What formatting conventions does the document follow?
140141

141-
Your inserted content must be indistinguishable from the existing content. If titles are centered 10pt Times New Roman with no bold, your heading must be centered 10pt Times New Roman with no bold. If body text is justified 12pt with underline, your paragraphs must be justified 12pt with underline.
142+
Your inserted content must be indistinguishable from the existing content. If titles are ALL CAPS centered 10pt, your heading text must also be ALL CAPS centered 10pt. If body text is justified 12pt, your paragraphs must be justified 12pt.
142143

143144
**Step 2: Insert content with markdown:**
144145

0 commit comments

Comments
 (0)