rag/prompts/resume_work_exp_en.md
Please extract work experience from the following line-indexed resume text.
{indexed_text}
Extract into JSON, each work experience entry contains: {{ "workExperience": [ {{ "company": "", "position": "", "internship": 0, "start_date": "", "end_date": "", "desc_lines": [start_index, end_index] }} ] }}
Field descriptions:
Example: [22]: Google Inc. 2021.11-2022.11 Senior Engineer [23]: Job description: Responsible for backend development [24]: Achieved 99.9% uptime for core services Then desc_lines should be [23, 24]
Return JSON only. /no_think