Files
zk-data-agent/skills/label-master/knowledge/标签/工具类/留言.md
T
2026-05-09 17:49:53 +08:00

47 lines
2.9 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 留言
## 标注输出
> 注意:旧标签资料中同时存在 tag 标签和 Function 定义。本卡片不直接声明最终训练标签;生成数据前必须结合 `判断维度/标注输出形态.md` 确认当前任务使用 Agent 形式还是 Function 形式。
- 旧 tag 标签:留言
- Agent 包装候选(不代表最终):Agent(tag="留言")
- Function 输出候选:暂无迁移计划
- 推荐输出形态:待确认。
## 功能抽象
留言留言垂域线上流量统计
## 适用范围
小爱音箱的语音留言管理:创建/收听/查看/编辑/删除单条留言,以及删除全部留言与唤醒留言能力。
## 典型 Query
创建/录制“我要留言 / 留言 / 创建留言”“给家里留一句:晚饭七点开吃”查看/收听“查看留言 / 打开留言 / 有留言吗 / 今天有留言吗”“播放留言 / 听留言 / 我要听留言”编辑“把第一条留言改成:别忘了带钥匙”“把刚才那条补充一句:顺路买牛奶”删除“删除留言 / 删掉第三条留言 / 删掉刚才那条留言”“删除所有留言”取消录制“取消留言 / 不要了”
## 三级语义功能点
创建 / 录制 → AddAction<object@Message, collection@MessageList>2)查看 / 收听 → CheckAction<object@Message, sourceCollection@MessageList>3)编辑 → EditAction<object@Message, targetCollection@MessageList>4)删除(单条) → DeleteAction<object@Message, source@MessageList>5)删除全部 → DeleteAction<object@Message, source@MessageList>mode=all)6)取消录制(进行中) → 结束录制并不保存7)唤醒留言能力 → ReceiveAction[object@Message](mailto:object@Message)
## Function / Agent 说明
暂无迁移计划
## 满足边界问题
无本域仅处理家庭语音留言
## 易混淆标签
## 划分原则
创建 / 录制 → AddAction<object@Message, collection@MessageList>触发词:留言/创建/录一条/给××留话/说给家里听…2)查看 / 收听 → CheckAction<object@Message, sourceCollection@MessageList>触发词:查看/打开/有留言吗/今天有留言吗/播放/收听/听留言。3)编辑 → EditAction<object@Message, targetCollection@MessageList>触发词:编辑/修改/补充/改成…定位规则:优先按“刚才/最新/第N条/时间点/关键词”匹配;未给出时默认“最新一条”。4)删除(单条) → DeleteAction<object@Message, source@MessageList>触发词:删除/移除/把第N条删了/删掉刚才那条。5)删除全部 → DeleteAction<object@Message, source@MessageList>(mode=all)触发词:删除所有留言/清空留言。6)取消录制(进行中) → 结束录制并不保存触发词:取消留言/不要了/重来。7)唤醒留言能力 → ReceiveAction[object@Message](mailto:object@Message)触发词:打开/进入留言(模块)/唤醒留言功能。
## 未解决问题
待补充。