Files
memind/scenarios/tkmind-feature-survey.json

33 lines
1.3 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": "tkmind-feature-survey",
"name": "TKMind 功能偏好调查(Page Data",
"description": "普通用户话术 → Agent 生成问卷页 + 口令后台 → 验证 Page Data 交付",
"account": {
"username": "john",
"password": "888888"
},
"steps": [
{
"action": "login",
"label": "登录 john 账户"
},
{
"action": "chat",
"label": "用户话术:功能偏好调查 + 后台",
"message": "帮我做一个 TKMind 功能偏好调查:\n\n1. 做一个问卷页面,3 道题:最喜欢哪些功能(多选)、主要在什么场景用(多选)、有什么建议或期待的功能(填空)。\n2. 填完能提交保存,我再有一个后台页面,密码 88888888,能查看所有提交记录,能导出。\n3. 页面要好看一点,做完把问卷链接和后台链接发给我。",
"selectedChatSkill": "page-data-collect",
"expect": {
"assistantMinChars": 80,
"timeoutMs": 600000,
"replyKeywords": ["问卷", "后台"],
"forbidReplyPatterns": ["8899", "127.0.0.1:", "PLACEHOLDER_PAGE_ID", "survey-api"],
"survey": {
"requirePolicy": true,
"requireDataset": true,
"forbidHtmlPatterns": ["onclick=", "127.0.0.1:", "PLACEHOLDER_PAGE_ID", "8899"]
}
}
}
]
}