Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/core/src/modules/resume-reviews.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ export async function reviewResume({
The following is a resume that has been parsed to text from a PDF. Please
review this resume.

IMPORTANT: Do not return ANYTHING except for JSON that respects the
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:

const ResumeBullet = z.object({
content: z.string(),
Expand Down