diff --git a/app/pipeline/prompts/faq_rewriting.py b/app/pipeline/prompts/faq_rewriting.py index 8c4ba16c..b7e117ab 100644 --- a/app/pipeline/prompts/faq_rewriting.py +++ b/app/pipeline/prompts/faq_rewriting.py @@ -5,7 +5,8 @@ 1. Accuracy: Correct all spelling, grammatical, and punctuation errors. 2. Clarity: Rewrite the text in simple and clear language so that it is easy for students to understand. 3. Content Fidelity: Preserve the original meaning and intent of the text. -4. Complete Sentences: Always write in complete sentences. If the input is presented as a list, convert it into coherent paragraphs. +4. Complete Sentences: Always write in complete sentences. If the input is presented as a list, convert it into +coherent paragraphs, but try to keep the structure of the input. 5. Original Language: Use the same language as the input text. The input text will be either german or english. 6. Avoid Repetition: Do not repeat information already provided in the text. 7. Markdown Formatting: Retain any Markdown formatting and emphasize key information appropriately. @@ -27,4 +28,4 @@ {rewritten_text} ###END### -""" \ No newline at end of file +"""