Nassiraaa commited on
Commit
b46cf47
·
verified ·
1 Parent(s): 9e91ed6

Update cv_prompt.py

Browse files
Files changed (1) hide show
  1. cv_prompt.py +4 -1
cv_prompt.py CHANGED
@@ -136,4 +136,7 @@ def calculate_overall_score(evaluation: ResumeQualityEvaluation) -> float:
136
 
137
  return round(overall_score, 2)
138
 
139
- __all__ = ['ResumeQualityEvaluation', 'get_personal_info_prompt', 'get_spelling_grammar_prompt',
 
 
 
 
136
 
137
  return round(overall_score, 2)
138
 
139
+
140
+ __all__ = ['ResumeQualityEvaluation', 'get_personal_info_prompt', 'get_spelling_grammar_prompt',
141
+ 'get_section_detection_prompt', 'get_content_quality_prompt',
142
+ 'calculate_section_detection_score', 'calculate_overall_score']