Vincent Claes commited on
Commit
b928aff
1 Parent(s): ea3924a

remove responsabilities

Browse files
Files changed (1) hide show
  1. recruiting_assistant.py +5 -6
recruiting_assistant.py CHANGED
@@ -169,12 +169,11 @@ def create_intro(vacancy=vacancy, resume=resume):
169
 
170
  Can you fill in the introduction below and only return as answer this introduction?
171
 
172
- Role: < the role of the vacancy >
173
- Candidate: < name of the candidate >
174
- Education: < name the education of the candidate >
175
- Responsibilities: < did the candidate worked as an individual contributor or did het take on leadership postitions? >
176
- Experience: < name the 2 most relevant experiences from the candidate for this vacancy. Get them from the "relevant_experiences" key of the JSON object {past_experiences}. If there us no relevant experience, leave this empty. Do not make up an answer or get them from the irrelevant experiences. >
177
- Skills: print here a comma seperated list of the "skills_present" key of the JSON object {resume_skills}
178
  """
179
 
180
  prompt_introduction_email = ChatPromptTemplate.from_template(
 
169
 
170
  Can you fill in the introduction below and only return as answer this introduction?
171
 
172
+ - Role: < the role of the vacancy >
173
+ - Candidate: < name of the candidate >
174
+ - Education: < name the education of the candidate >
175
+ - Experience: < name the 2 most relevant experiences from the candidate for this vacancy. Get them from the "relevant_experiences" key of the JSON object {past_experiences}. If there us no relevant experience, leave this empty. Do not make up an answer or get them from the irrelevant experiences. >
176
+ - Skills: print here a comma seperated list of the "skills_present" key of the JSON object {resume_skills}
 
177
  """
178
 
179
  prompt_introduction_email = ChatPromptTemplate.from_template(