@optima-chat/optima-agent 0.8.9 → 0.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -65,14 +65,16 @@ commerce review create \
|
|
|
65
65
|
--title "品质出色" \
|
|
66
66
|
--content "收到后非常满意,做工精细,材质很好,值得推荐!" \
|
|
67
67
|
--customer-name "张明" \
|
|
68
|
-
--ai-generated
|
|
68
|
+
--ai-generated --verified
|
|
69
69
|
```
|
|
70
70
|
|
|
71
71
|
**批量生成示例(推荐):**
|
|
72
72
|
```bash
|
|
73
|
+
# 全部标记为已验证购买
|
|
73
74
|
commerce review generate \
|
|
74
75
|
--product-id prod_123 \
|
|
75
76
|
--spread-days 30 \
|
|
77
|
+
--verified \
|
|
76
78
|
--reviews '[
|
|
77
79
|
{"rating":5,"title":"品质出色","content":"收到后非常满意,做工精细,材质很好,值得推荐给朋友!","customer_name":"张明"},
|
|
78
80
|
{"rating":4,"title":"性价比高","content":"整体不错,这个价位能买到这样的质量很满意。包装也很用心。","customer_name":"李华"},
|
|
@@ -94,6 +96,7 @@ commerce review generate \
|
|
|
94
96
|
| 名字真实性 | 使用目标市场常见姓名,避免重复 |
|
|
95
97
|
| 长度适中 | 50-200 字,避免过短或过长 |
|
|
96
98
|
| 语言一致 | 评价语言与店铺目标市场一致 |
|
|
99
|
+
| 已购买比例 | 建议 60-80% 标记为已验证购买(`--verified`),提升可信度 |
|
|
97
100
|
| 时间分散 | 使用 `--spread-days` 分散评价时间,默认 30 天 |
|
|
98
101
|
|
|
99
102
|
## AI 评价风格模板
|