docs(设计对齐): 统一飞书责任人与通知口径

This commit is contained in:
2026-06-04 00:16:42 +08:00
parent 89ea02ee33
commit 7f96e94c21
5 changed files with 39 additions and 15 deletions

View File

@@ -162,7 +162,12 @@
- 映射类型
- 章节 / 风险类型
- 责任角色
- 责任人姓名
- 部门
- 飞书用户 ID
- 飞书 Open ID
- 飞书昵称
- 是否启用通知
- 启用状态
- 备注
@@ -185,6 +190,7 @@
- 配置名称
- 群聊 / 机器人标识
- 消息模板
- 触发原因
- Web 链接模板
- 启用状态
- 最近测试状态
@@ -202,6 +208,7 @@
- 支持查看 interactive card 模板预览。
- 支持查看最近一次回执记录。
- 固定展示两类触发原因:`task_completed``task_failed`
## 11. 与业务页面的入口关系

View File

@@ -38,10 +38,17 @@
1. `owner_role`
2. `owner_name`
3. `department`
4. `feishu_user_id`
5. `feishu_open_id`
6. `feishu_name`
7. `notify_enabled`
4. `chapter_scope`
5. `risk_scope`
6. `feishu_user_id`
7. `feishu_open_id`
8. `feishu_name`
9. `notify_enabled`
风险结果还应直接给出通知触发语义,供飞书步骤复用:
1. 正常完成时使用 `task_completed`
2. 异常失败时使用 `task_failed`
## 6. 对话节点要求

View File

@@ -130,10 +130,13 @@ Chat 模块需要消费角色信息中的飞书字段。责任人实体至少包
1. `owner_role`
2. `owner_name`
3. `feishu_user_id`
4. `feishu_open_id`
5. `feishu_name`
6. `notify_enabled`
3. `department`
4. `chapter_scope`
5. `risk_scope`
6. `feishu_user_id`
7. `feishu_open_id`
8. `feishu_name`
9. `notify_enabled`
当前 Demo 通知策略固定为:

View File

@@ -92,9 +92,13 @@ V1 至少需要覆盖:
1. `owner_role`
2. `owner_name`
3. `feishu_user_id`
4. `feishu_open_id`
5. `feishu_name`
3. `department`
4. `chapter_scope`
5. `risk_scope`
6. `feishu_user_id`
7. `feishu_open_id`
8. `feishu_name`
9. `notify_enabled`
## 8. 验收标准

View File

@@ -72,10 +72,13 @@ Agent Core 需要消费角色信息中的飞书字段:
1. `owner_role`
2. `owner_name`
3. `feishu_user_id`
4. `feishu_open_id`
5. `feishu_name`
6. `notify_enabled`
3. `department`
4. `chapter_scope`
5. `risk_scope`
6. `feishu_user_id`
7. `feishu_open_id`
8. `feishu_name`
9. `notify_enabled`
V1 固定通知策略: