You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gemini-qualified/action.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ runs:
66
66
{
67
67
parts: [
68
68
{
69
-
text: `Compare the resume and job description and provide a JSON formatted response containing the following key/value pairs:
69
+
text: `Compare the resume and job description with the goal of helping the candidate tailor their resume for the position. Provide a JSON formatted response containing the following key/value pairs:
70
70
- candidate_score: a score between 1 and 100 for how well the resume matches the job description.
71
71
- career_growth_score: a score between 1 and 100 for words in the job description that are similar to the following: ${process.env.CAREER_GROWTH_KEYWORDS}
72
72
- candidate_explanation: an explanation of the score no longer than 250 words.
0 commit comments