diff --git a/apps/backend/app/prompt/structured_resume.py b/apps/backend/app/prompt/structured_resume.py index d2c7a47..22b7f8a 100644 --- a/apps/backend/app/prompt/structured_resume.py +++ b/apps/backend/app/prompt/structured_resume.py @@ -2,7 +2,7 @@ PROMPT = """ You are a JSON extraction engine. Convert the following resume text into precisely the JSON schema specified below. - Do not compose any extra fields or commentary. - Do not make up values for any fields. -- User "Present" if an end date is ongoing. +- Use "Present" if an end date is ongoing. - Make sure dates are in YYYY-MM-DD. - Do not format the response in Markdown or any other format. Just output raw JSON.