Files
memind/scenarios/ai-usage-survey.json

44 lines
1.5 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": "ai-usage-survey",
"name": "AI 使用场景调查(Page Data · skill-only 回归)",
"description": "John 实测通过的话术:新建问卷+后台、不用旧页、口令 admin→admin888、3 题、确认后续聊走 Agent",
"account": {
"username": "john",
"password": "888888"
},
"steps": [
{
"action": "login",
"label": "登录 john 账户"
},
{
"action": "chat",
"label": "发起 AI 使用场景问卷(page-data-collect",
"message": "帮我设计一个问卷调查页面,不要用旧的,并增加一个后台,大概是关于 AI 使用场景的调查,给 3 个问题,后台密码admin开始吧",
"selectedChatSkill": "page-data-collect",
"expect": {
"assistantMinChars": 80,
"timeoutMs": 600000,
"replyKeywords": ["方案", "确认"],
"forbidReplyPatterns": ["8899", "127.0.0.1:", "PLACEHOLDER_PAGE_ID", "survey-api"]
}
},
{
"action": "chat",
"label": "确认口令与风格,完成交付",
"message": "admin888,科技感深色",
"expect": {
"assistantMinChars": 120,
"timeoutMs": 600000,
"replyKeywords": ["admin888", "问卷", "后台"],
"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"]
}
}
}
]
}