Commit
·
0509588
1
Parent(s):
0339d8d
Update space
Browse files- email_generator/main.py +4 -0
email_generator/main.py
CHANGED
@@ -98,6 +98,10 @@ Scoring:
|
|
98 |
- Tone Alignment (0-10)
|
99 |
- Readability (0-10)
|
100 |
|
|
|
|
|
|
|
|
|
101 |
Output Format:
|
102 |
{{"evaluation": "<PASS | NEEDS_IMPROVEMENT | FAIL>","feedback": {{"personalization_score": 0,"tone_alignment_score": 0,"readability_score": 0,"improvements": ["Suggestion 1", "Suggestion 2"]}}}}
|
103 |
|
|
|
98 |
- Tone Alignment (0-10)
|
99 |
- Readability (0-10)
|
100 |
|
101 |
+
**Instructions:**
|
102 |
+
- Always output a JSON response in the specified format below.
|
103 |
+
- Only output "PASS" if all criteria are met with no room for improvement.
|
104 |
+
|
105 |
Output Format:
|
106 |
{{"evaluation": "<PASS | NEEDS_IMPROVEMENT | FAIL>","feedback": {{"personalization_score": 0,"tone_alignment_score": 0,"readability_score": 0,"improvements": ["Suggestion 1", "Suggestion 2"]}}}}
|
107 |
|