amz_review_analyse/prompts/schema.yaml
OnesvmWhoops ae809a6006 扩展产品反馈八类分类,并新增业务说明文档。
将 category 从 6 类扩展为 8 类标准枚举并允许补充自定义类别,同步更新提取规则与校验映射;新增面向业务的 ECharts 流程说明页面。

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 15:55:14 +08:00

36 lines
935 B
YAML

# 🔒 程序锁定区:修改前请与开发确认,否则可能导致 JSON 解析失败
# 字段名、英文 category、输出标记等与下游 SQLite / 聚类 / 报告解析绑定
extraction:
root_fields:
- audience
- pain_points
- product_feedback
product_feedback_fields:
- aspect
- opinion
- sentiment
- category
# 8 个标准类别(信任/原料/质量/功效/功能/外观/物流/客服/价格);
# 若评论反馈确实不属于这 8 类,允许模型自行补充简洁的英文新类别
product_feedback_categories:
- Trust
- Ingredient
- Quality
- Function
- Appearance
- Logistics
- Customer Service
- Price
sentiments:
- Positive
- Negative
- Neutral
report:
markers:
- "===WORD_ZH_JSON==="
- "===WORD_CATEGORY_JSON==="
- "===CLUSTER_NAMES_JSON==="
- "===OPPORTUNITY_MATRIX_JSON==="
- "===REPORT_HTML==="