From 3c344da2b1394d213bd30df0b8ea65063db10e54 Mon Sep 17 00:00:00 2001 From: Victor <65185924+victorlane@users.noreply.github.com> Date: Fri, 25 Jul 2025 09:32:36 +0000 Subject: [PATCH] fix: Change 'User "Present"' to 'Use "Present"' in structured_resume prompt text --- apps/backend/app/prompt/structured_resume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.