rag/prompts/resume_work_exp.md
请从以下带行号索引的简历文本中提取工作经历。
{indexed_text}
提取为 JSON,每段工作经历包含: {{ "workExperience": [ {{ "company": "", "position": "", "internship": 0, "start_date": "", "end_date": "", "desc_lines": [start_index, end_index] }} ] }}
字段说明:
示例: [22]: 阿里巴巴 2021.11-2022.11 高级工程师 [23]: 工作描述: 从事地推工作完成xx业绩 [24]: 在地推任务中考核为A 则 desc_lines 应为 [23, 24]
只返回 JSON。 /no_think