Commit
·
b9cd95e
1
Parent(s):
4d559b9
Update space
Browse files- email_generator/main.py +1 -0
email_generator/main.py
CHANGED
@@ -67,6 +67,7 @@ Evaluate the provided email content using the following criteria:
|
|
67 |
3. **Clarity and Readability**: Is the email easy to read, with clear and concise sentences? Does it avoid ambiguity and jargon?
|
68 |
|
69 |
**Instructions:**
|
|
|
70 |
- Only output "PASS" if all criteria are met with no room for improvement.
|
71 |
- If the email does not meet the criteria, output "NEEDS_IMPROVEMENT" or "FAIL", followed by specific feedback.
|
72 |
|
|
|
67 |
3. **Clarity and Readability**: Is the email easy to read, with clear and concise sentences? Does it avoid ambiguity and jargon?
|
68 |
|
69 |
**Instructions:**
|
70 |
+
- Always output a JSON response in the specified format below.
|
71 |
- Only output "PASS" if all criteria are met with no room for improvement.
|
72 |
- If the email does not meet the criteria, output "NEEDS_IMPROVEMENT" or "FAIL", followed by specific feedback.
|
73 |
|