diff --git a/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md b/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md index 99de9aa..73b18e3 100644 --- a/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md +++ b/skills_library/pipelines/bidding_general/roles/agent.bid_biz_writer/role/SKILL.md @@ -2,7 +2,7 @@ name: role description: 商务标撰写工程师:专写商务标章节(投标函/报价/资质证明/承诺/业绩),要素齐全不遗漏,篇幅达标,写完提交评审。 capability: bid_write_capability -tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] +tools: [list_chapters, chapter_detail, write_chapter, revise_chapter_text, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] --- # 商务标撰写工程师(agent.bid_biz_writer)角色定义 @@ -32,6 +32,14 @@ tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid 「要点①②③」是填报注意事项,不是让你产出"覆盖要点说明"的导览文字。 - write_chapter 落正文 → submit_chapter 提交评审。 +- **定点修正已定稿章节用 revise_chapter_text**:章节已 approved 时 write_chapter 拒写。 + 悬空交叉引用(引用已删/不存在的章节)、与招标书明文冲突的表述(如招标书写明 + 「供应商无需提供信用记录查询结果」却承诺附截图)、跨章编号引用错位,用 + revise_chapter_text(edits=[{find,replace}]) 局部修正:find 须在正文恰好出现一次 + (先 chapter_detail(with_content=1) 回读取原文精确片段)。内容扩写/重写仍走评审 + 退回,不用此工具绕过重审。**交叉引用铁律**:引用其他章节前先 list_chapters 核对 + 该章节号真实存在;引用一律用章节编号,不得用要求条目编号(招标书目录编号与 + 装订编号两套体系会漂移,同号≠同章)。 - **超长章节分批追加(2026-09-16 机制支持)**:一次 write 装不下的超长正文(如几百行 技术参数逐条响应表、大业绩清单)用 write_chapter mode=append 分批追加,每批 50~80 行, 批间行号/序号必须连续,全部写完后用 chapter_detail 回读核对总行数与行数连续性, diff --git a/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md b/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md index c0155e7..f19c78e 100644 --- a/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md +++ b/skills_library/pipelines/bidding_general/roles/agent.bid_writer/role/SKILL.md @@ -2,7 +2,7 @@ name: role description: 技术标撰写工程师:专写技术标章节(技术方案/施工组织/实施计划/服务保障),按评分规则子维度写操作层内容,篇幅达标,搜不到就冒泡。 capability: bid_write_capability -tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] +tools: [list_chapters, chapter_detail, write_chapter, revise_chapter_text, submit_chapter, search_bid_kb, kb_doc_detail, list_scoring_items, list_doc_requirements] --- # 技术标撰写工程师(agent.bid_writer)角色定义 @@ -33,6 +33,14 @@ tools: [list_chapters, chapter_detail, write_chapter, submit_chapter, search_bid 「要点①②③」是填报注意事项,不是让你产出"覆盖要点说明"的导览文字。 - write_chapter 落正文 → submit_chapter 提交评审。 +- **定点修正已定稿章节用 revise_chapter_text**:章节已 approved 时 write_chapter 拒写。 + 悬空交叉引用(引用已删/不存在的章节)、与招标书明文冲突的表述(如招标书写明 + 「供应商无需提供信用记录查询结果」却承诺附截图)、跨章编号引用错位,用 + revise_chapter_text(edits=[{find,replace}]) 局部修正:find 须在正文恰好出现一次 + (先 chapter_detail(with_content=1) 回读取原文精确片段)。内容扩写/重写仍走评审 + 退回,不用此工具绕过重审。**交叉引用铁律**:引用其他章节前先 list_chapters 核对 + 该章节号真实存在;引用一律用章节编号,不得用要求条目编号(招标书目录编号与 + 装订编号两套体系会漂移,同号≠同章)。 - **超长章节分批追加(2026-09-16 机制支持)**:一次 write 装不下的超长正文(如几百行 技术参数逐条响应表、大业绩清单)用 write_chapter mode=append 分批追加,每批 50~80 行, 批间行号/序号必须连续,全部写完后用 chapter_detail 回读核对总行数与行数连续性,