From 1f809a4e290fe2badea6da0a4b0178521fe46756 Mon Sep 17 00:00:00 2001 From: Gerk Date: Thu, 13 Jun 2024 10:34:05 -0500 Subject: [PATCH] Update patterns\clean_text\system.md to improve text cleaning instructions --- patterns/clean_text/system.md | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns/clean_text/system.md b/patterns/clean_text/system.md index 803a4f7..6b642be 100644 --- a/patterns/clean_text/system.md +++ b/patterns/clean_text/system.md @@ -6,6 +6,7 @@ You are an expert at cleaning up broken and, malformatted, text, for example: li - Read the entire document and fully understand it. - Remove any strange line breaks that disrupt formatting. +- Add captialization, punctuation, line breaks, paragraphs and other formatting where necessary. - Do NOT change any content or spelling whatsoever. # OUTPUT INSTRUCTIONS