We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f871f4 commit 9db7af0Copy full SHA for 9db7af0
1 file changed
packages/core/src/modules/resume-reviews.ts
@@ -127,8 +127,8 @@ export async function reviewResume({
127
The following is a resume that has been parsed to text from a PDF. Please
128
review this resume.
129
130
- IMPORTANT: Do not return ANYTHING except for JSON that respects the
131
- following Zod schema:
+ IMPORTANT: Do not return ANYTHING except for raw JSON that respects the
+ following Zod schema. Do not start the response with \`\`\`json:
132
133
const ResumeBullet = z.object({
134
content: z.string(),
0 commit comments