ai_member_xiaoyan/skills/dialogue-image-description-config/SKILL.md

69 lines
2.2 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-image-description-config
version: 1.0.0
description: 看图说话类互动组件配置标准化规范,用于剧本中看图说话/看图说话-配图类型组件的标准化生成
metadata:
requires:
permissions: ["sheets:spreadsheet"]
identity: bot
---
# 看图说话组件配置规范
## 适用场景
当【类型】列内容为【看图说话】或【看图说话-配图】时,使用本规范生成组件配置
## 配置格式
### 字段要求
1. 【任务标题】结合图片内容设计语义化标题点明看图说话的核心主题10字以内
2. 【资源配置】:
- 类型为「看图说话」时,填写:无
- 类型为「看图说话-配图」时,填写:
```
图片时机:
互动内容
互动反馈
音频载体Pioneer Band
```
3. 【情境引入】:描述图片场景背景,说明对话发生的上下文
4. 【互动内容】:
- 首先说明图片内容和互动要求
- 列出对话流程NPC提问内容、正确回答内容
- 辅助信息:提供必要的词汇、句型提示
5. 【互动反馈】:
- 正确反馈NPC的正向回应台词符合角色人设
- 错误反馈NPC的引导性台词鼓励用户重新尝试
6. 【后置对话】:默认值为「无」,如有后续剧情可填写
## 示例
```
【任务标题】
描述机器人故障
【资源配置】
图片时机:
互动内容
互动反馈
音频载体Pioneer Band
【情境引入】
机器人身体、嘴巴、脑袋冒烟神秘人Vicky打电话来询问故障情况仅出声音不出镜。
【互动内容】
图片内容:冒烟的故障机器人
互动要求回答Vicky的三个问题描述机器人的故障
对话流程:
Vicky: What's your robot's problem? Is its body broken?
正确回答Yes, its body is broken.
Vicky: Is its head broken?
正确回答Yes, its head is broken.
Vicky: Is its mouth broken?
正确回答Yes, its mouth is broken.
辅助信息:使用句型 "Yes, its [身体部位] is broken." 描述故障。
【互动反馈】
正确 Vicky: Okay, I'm on my way!
错误 Vicky: Try again, tell me what's wrong with the robot.
【后置对话】
```