Resume: Remove final_evaluation_grade from Education Section #853
Unanswered
SuryaKanumilli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to remove final_evaluation_grade from the education section of my resume. But I get the following error when I comment it out:
2024-11-14 18:51:50.936 | ERROR | main:main:227 - Runtime error: Error running the bot: Unexpected error while parsing YAML: 2 validation errors for Resume
education_details.0.final_evaluation_grade
Field required [type=missing, input_value={'education_level': '...', 'start_date': '2015'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.9/v/missing
education_details.1.final_evaluation_grade
Field required [type=missing, input_value={'education_level': "Mast...', 'start_date': '2014'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.9/v/missing
How do I remove it?
Beta Was this translation helpful? Give feedback.
All reactions