bullet points section aware

This commit is contained in:
Pedro Fonseca
2024-03-24 23:44:12 +00:00
parent 94c2b5a052
commit 894cabdeb0

View File

@@ -243,7 +243,7 @@ def calculate_section_grade_summary(section):
{"role": "user", {"role": "user",
"content": "Your evaluation comment on the grade should enunciate the grade, be insightful, be speculative, be one paragraph long. "}, "content": "Your evaluation comment on the grade should enunciate the grade, be insightful, be speculative, be one paragraph long. "},
{"role": "user", "content": "Please save the evaluation comment and suggestions generated."}, {"role": "user", "content": "Please save the evaluation comment and suggestions generated."},
{"role": "user", "content": "Offer bullet points to improve the english speaking ability."}, {"role": "user", "content": f"Offer bullet points to improve the english {str(section['name'])} ability."},
] ]
if section['code'] == "level": if section['code'] == "level":