Spaces:
Sleeping
Sleeping
Update ResumeStructure.py
Browse files- ResumeStructure.py +1 -1
ResumeStructure.py
CHANGED
@@ -12,5 +12,5 @@ class ResumeStructure(BaseModel):
|
|
12 |
"'project_name', 'start_date', 'end_date', "
|
13 |
"'description', and 'predicted_skills'")
|
14 |
skills: Dict[str, List[str]] = Field(description="Dictionary containing all 'Technical Skills' and 'Non Technical Skills'")
|
15 |
-
techstack: List[str] = Field(description="List of all technologies used in projects"
|
16 |
career_trajectory: str = Field(description="String representing the career progression of the candidate")
|
|
|
12 |
"'project_name', 'start_date', 'end_date', "
|
13 |
"'description', and 'predicted_skills'")
|
14 |
skills: Dict[str, List[str]] = Field(description="Dictionary containing all 'Technical Skills' and 'Non Technical Skills'")
|
15 |
+
techstack: List[str] = Field(description="List of all technologies used in projects")
|
16 |
career_trajectory: str = Field(description="String representing the career progression of the candidate")
|