ai_member_xiaoyan/skills/dialogue-fill-in-blanks-config/SKILL.md

68 lines
2.0 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-fill-in-blanks-config
version: 1.0.0
description: 对话挖空类互动组件配置标准化规范,用于剧本中对话挖空类型组件的标准化生成
metadata:
requires:
permissions: ["sheets:spreadsheet"]
identity: bot
---
# 对话挖空组件配置规范
## 适用场景
当【类型】列内容为【对话挖空】时,使用本规范生成组件配置
## 配置格式
### 字段要求
1. 【任务标题】:结合剧情上下文设计语义化标题,点明互动核心,例如「介绍照片」
2. 【资源配置】:
- 类型为「对话挖空」时,填写:无
- 类型为「对话挖空-配图」时,填写:
```
图片时机:
互动内容
互动反馈
音频载体Pioneer Band
```
3. 【情境引入】:填写挖空前的对话上下文,格式为「角色名 : 对话内容」
4. 【互动内容】:
- 包含带挖空__标记的句子末尾标注「音频
- 列出选项,正确选项标注「(正确)」,错误选项无需标注
- 版本1单空、单内容组格式示例
```
This is my picture. It's ___, green and orange.(音频)
选项1blue正确
选项2black
```
5. 【互动反馈】:
- 反馈台词要求:根据剧情上下文生成符合角色人设、场景逻辑的合适台词
- 正确反馈格式:「正确 角色名 : 对话内容」
- 错误反馈格式:「错误 角色名 : 对话内容」
6. 【后置对话】:默认值为「无」
## 完整示例
```
【任务标题】
介绍照片
【资源配置】
图片时机:
互动内容
互动反馈
音频载体Pioneer Band
【情境引入】
Johnny : What's That?
【互动内容】
This is my picture. It's ___, green and orange.(音频)
选项1blue正确
选项2black
【互动反馈】
正确 Johnny It looks nice!
错误 Johnny Come on! It's not what you said.
【后置对话】
```