astro21 commited on
Commit
86ef5d6
·
verified ·
1 Parent(s): 616f4bd

Update ResumeStructure.py

Browse files
Files changed (1) hide show
  1. 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")