Vincent Claes commited on
Commit
da4343f
·
1 Parent(s): ac0cd25

update prompt

Browse files
Files changed (1) hide show
  1. skills.py +2 -3
skills.py CHANGED
@@ -107,10 +107,9 @@ def get_skills_match(llm, vacancy, resume) -> SequentialChain:
107
  {vacancy}
108
  ```
109
 
110
- Can you list the matches concerning the skills between the vacancy above delimited by three backticks with the resume below delimited by three backticks.
111
- Consider skills that are not exact but are close to each other. Put the most relevant and required first. Discard non relevant skills.
112
  If no skills match do not make up a response and return an empty list.
113
- Make sure the matched skills reference the skills coming out of the vacancy and not the resume.
114
  Return the matches as a JSON list on 1 line, do not add newlines or any other text.
115
 
116
  ```
 
107
  {vacancy}
108
  ```
109
 
110
+ Can you list the matches concerning skills between the vacancy above delimited by three backticks with the resume below delimited by three backticks.
111
+ Consider skills that are not exact but are close to each other.
112
  If no skills match do not make up a response and return an empty list.
 
113
  Return the matches as a JSON list on 1 line, do not add newlines or any other text.
114
 
115
  ```