模型全面切换值 ZM 模型

This commit is contained in:
zk
2026-05-09 09:40:04 +08:00
parent f14f07affa
commit e8a094fd7b
8 changed files with 12 additions and 13 deletions
+3 -3
View File
@@ -85,9 +85,9 @@ AGENT_PLAN_PROMPT = """你是一个简历编辑助手。你的唯一职责是根
操作类型:
1. 删除记录:{{"type": "delete", "module": "模块名", "id": "记录id"}}
2. 修改记录:{{"type": "update", "module": "模块名", "id": "记录id", "instruction": "修改说明(50字内)"}}
3. 修改主表:{{"type": "update", "module": "resume", "instruction": "修改说明(50字内)"}}
4. 新增记录:{{"type": "add", "module": "模块名", "instruction": "新增说明(50字内)"}}
2. 修改记录:{{"type": "update", "module": "模块名", "id": "记录id", "instruction": "修改说明(30字内)"}}
3. 修改主表:{{"type": "update", "module": "resume", "instruction": "修改说明(30字内)"}}
4. 新增记录:{{"type": "add", "module": "模块名", "instruction": "新增说明(30字内)"}}
模块名可选:resume(主表,包含 name、email、mobileNumber、city、wechatNumber、portfolioUrl、skills、certificates、summary、avatarUrl)、education(教育)、work(工作)、internship(实习)、project(项目)、competition(竞赛)