Spaces:
Sleeping
Sleeping
Update utils/mistral.py
Browse files- utils/mistral.py +6 -6
utils/mistral.py
CHANGED
@@ -51,13 +51,13 @@ def Model_ProfessionalDetails_Output(resume, client):
|
|
51 |
{{
|
52 |
"professional": {{
|
53 |
"technical_skills": ["List all technical skills, programming languages, frameworks, and technologies mentioned in the resume, ensuring they are not mixed with other skill types. If not found, return []"],
|
54 |
-
"non_technical_skills": ["
|
55 |
-
"tools": ["
|
56 |
-
"companies_worked_at": ["List
|
57 |
"projects": ["Extract all projects names or titles mentioned in the resume. If not found, return []"],
|
58 |
-
"projects_experience": ["Summarize overall project experiences, providing a brief description of each project as detailed in the resume. If not found, return []"],
|
59 |
-
"experience": ["Calculate total
|
60 |
-
"roles": ["List and Extract
|
61 |
}}
|
62 |
}}
|
63 |
output:
|
|
|
51 |
{{
|
52 |
"professional": {{
|
53 |
"technical_skills": ["List all technical skills, programming languages, frameworks, and technologies mentioned in the resume, ensuring they are not mixed with other skill types. If not found, return []"],
|
54 |
+
"non_technical_skills": ["List all non-technical skills such as leadership, teamwork, and communication skills, ensuring they are not mixed with technical skills. If not found, return []"],
|
55 |
+
"tools": ["List and extract all software tools, platforms, and applications referenced in the resume, distinctly separate from skills. If not found, return []"],
|
56 |
+
"companies_worked_at": ["List and Extract all companies where the person has worked, as mentioned in the resume. If not found, return []"],
|
57 |
"projects": ["Extract all projects names or titles mentioned in the resume. If not found, return []"],
|
58 |
+
"projects_experience": ["Summarize overall project experiences in a list, providing a brief description of each project as detailed in the resume. If not found, return []"],
|
59 |
+
"experience": ["Calculate the total work experience in years and months, even if overlapping as mentioned in the resume. If not found, return []"],
|
60 |
+
"roles": ["List and Extract all job titles or roles of the person, as mentioned in the resume. If not found, return []"]
|
61 |
}}
|
62 |
}}
|
63 |
output:
|