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
thrownewError(`Template ${templateName} not found`);
219
+
}
220
+
221
+
constprompt=`You are an expert resume writer. Using the following feedback and job description, modify the resume template to implement all suggested improvements.
222
+
223
+
Feedback:
224
+
${feedback}
225
+
226
+
Job Description:
227
+
${jobDescription}
228
+
229
+
Please modify the template to:
230
+
1. Keep the exact same format and structure as the template
231
+
2. Implement all suggested improvements from the feedback
232
+
3. Ensure the content matches the job description requirements
233
+
4. Maintain professional formatting and style
234
+
235
+
Return the modified resume in the same format as the template.`;
0 commit comments