don't truncate jd when sending to ai model
This commit is contained in:
parent
58fdf6781f
commit
ccb05ac0f4
@ -85,7 +85,7 @@ Keys:
|
||||
- starting
|
||||
|
||||
JOB DESCRIPTION:
|
||||
${jd.slice(0, 8000)}${jd.length > 8000 ? '... (truncated)' : ''}
|
||||
${jd}
|
||||
|
||||
OUTPUT FORMAT (JSON ONLY):
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user