don't truncate jd when sending to ai model

This commit is contained in:
DaKheera47 2026-01-20 07:12:56 +00:00
parent 58fdf6781f
commit ccb05ac0f4

View File

@ -85,7 +85,7 @@ Keys:
- starting
JOB DESCRIPTION:
${jd.slice(0, 8000)}${jd.length > 8000 ? '... (truncated)' : ''}
${jd}
OUTPUT FORMAT (JSON ONLY):
{