merge_into_resume
Inserts new project experience bullets into a resume's projects list at a specified position, with optional overwrite of existing projects to keep resume content current.
Instructions
把新生成的项目经历插入到简历的 projects 列表(支持指定位置与覆盖)。
什么时候该调用
已有 ResumeData 和 bullet 列表之后,diff_resume_versions / render_pdf 之前。
行为
默认
position=0插到项目列表最前。若
project_name已存在且overwrite=false,返回error_code=project_already_exists,不会静默重复插入。overwrite=true时替换同名项目内容,并按position重新落位。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| position | No | ||
| overwrite | No | ||
| tech_stack | No | ||
| new_bullets | Yes | ||
| project_url | No | ||
| resume_data | Yes | ||
| project_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||