ai_member_xiaoyan/skills/dialogue-single-choice-image-config/SKILL.md

53 lines
1.8 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.

---
name: dialogue-single-choice-image-config
version: 1.0.0
description: 图片单选类互动组件配置标准化规范,用于剧本中图片单选/图片单选-配图类型组件的标准化生成
metadata:
requires:
permissions: ["sheets:spreadsheet"]
identity: bot
---
# 图片单选组件配置规范
## 适用场景
当【类型】列内容为【图片单选】或【图片单选-配图】时,使用本规范生成组件配置
## 配置格式
### 字段要求
1. 【任务标题】:结合剧情上下文设计语义化标题,点明互动核心,例如「查看公告板说明书」
2. 【情境引入】:填写题目出现前的对话上下文,格式为「角色名 : 对话内容」
3. 【互动内容】:
- 第一行:题目描述,末尾标注「(音频)」,目标对象用$符号包裹,例如`Find a $headset$ in the picture. (音频)`
- 第二部分列出选项编号为「00」「01」「02」... 依次排列
- 第三部分答案格式为「答案XX」填写对应选项编号
- 第四部分辅助信息格式为「辅助信息XX 指“XXX”」为目标词汇提供中文释义
4. 【互动反馈】:
- 反馈台词要求:根据剧情上下文生成符合角色人设、场景逻辑的合适台词
- 正确反馈格式:「正确 角色名 : 对话内容」
- 错误反馈格式:「错误 角色名 : 对话内容」
5. 【后置对话】:默认值为「无」
## 完整示例
```
【任务标题】
查看公告板说明书
【情境引入】
Sarah: We've got a message from Rebecca.
User: Let's take a look.
【互动内容】
Find a $headset$ in the picture. (音频)
选项:
00
01
02
答案:
01
辅助信息headset 指“耳机”。
【互动反馈】
正确 Sarah What a cool headset!
错误 SarahThat's not a headset.
【后置对话】
```