Skip to content

Commit 9db7af0

Browse files
authored
fix: update ai resume review prompt 🚨 (#886)
1 parent 6f871f4 commit 9db7af0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/modules/resume-reviews.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ export async function reviewResume({
127127
The following is a resume that has been parsed to text from a PDF. Please
128128
review this resume.
129129
130-
IMPORTANT: Do not return ANYTHING except for JSON that respects the
131-
following Zod schema:
130+
IMPORTANT: Do not return ANYTHING except for raw JSON that respects the
131+
following Zod schema. Do not start the response with \`\`\`json:
132132
133133
const ResumeBullet = z.object({
134134
content: z.string(),

0 commit comments

Comments
 (0)