Files
memind/scenarios/supplier-data-report.json
T
john 441703de32
Memind CI / Test, build, and release guards (push) Successful in 1m58s
fix: stabilize page data release gate scenarios
2026-07-26 17:41:45 +08:00

28 lines
1.4 KiB
JSON
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.
{
"id": "supplier-data-report",
"name": "供应商数据上报(Page Data",
"description": "普通用户话术 → Agent 生成上报页 + 口令后台 → 验证 Page Data 交付",
"account": {
"username": "john",
"password": "888888"
},
"steps": [
{
"action": "login",
"label": "登录 john 账户"
},
{
"action": "chat",
"label": "用户话术:供应商数据上报 + 分析后台",
"message": "请直接完成并发布一个供应商数据上报系统:\n\n1. 做一个上报页面,供应商填写:公司名称、产品品类、上报数量、预计交货日期、联系人电话、备注(选填),提交按钮必须用 page-data-client.js 的 insert 保存,不能做成只读展示。\n2. 再做一个独立后台页面,密码 88888888,能看所有上报记录,按品类做简单统计并导出 CSV。\n3. 必须使用 Page Data 公开 APIpage-data-client.js),不要自建后端;不要停在方案确认,立即建表、注册 dataset、写页面、bind、发布,并返回两个相对路径链接;不要输出 127.0.0.1 或本地端口。",
"selectedChatSkill": "page-data-collect",
"expect": {
"assistantMinChars": 80,
"timeoutMs": 600000,
"replyKeywords": ["上报", "后台"],
"forbidReplyPatterns": ["8899", "127.0.0.1:", "PLACEHOLDER_PAGE_ID", "survey-api"]
}
}
]
}