Files
memind/scenarios/supplier-data-report.json

28 lines
1.1 KiB
JSON
Raw Permalink 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. 做一个上报页面,供应商填写:公司名称、产品品类、上报数量、预计交货日期、联系人电话、备注(选填)。填完能提交保存。\n2. 再做一个后台页面,密码 88888888,能看所有上报记录,按品类做个简单统计,能导出 CSV。\n3. 页面简洁好用,做完把上报链接和后台链接发给我。",
"selectedChatSkill": "page-data-collect",
"expect": {
"assistantMinChars": 80,
"timeoutMs": 600000,
"replyKeywords": ["上报", "后台"],
"forbidReplyPatterns": ["8899", "127.0.0.1:", "PLACEHOLDER_PAGE_ID", "survey-api"]
}
}
]
}