{ "id": "token-benchmark-chat", "name": "Token 基准:Direct Chat 三轮", "description": "简单对话,不走做页面 Agent,对比 pro vs flash", "account": { "username": "john2", "password": "888888" }, "steps": [ { "action": "chat", "label": "打招呼", "message": "hi", "expect": { "assistantMinChars": 1, "timeoutMs": 120000 } }, { "action": "chat", "label": "苏州简介", "message": "用三句话介绍苏州园林,不要生成页面", "expect": { "assistantMinChars": 20, "timeoutMs": 120000, "replyKeywords": ["苏州"] } }, { "action": "chat", "label": "追问", "message": "推荐一个最适合第一次去的,一句话说明理由", "expect": { "assistantMinChars": 10, "timeoutMs": 120000 } } ] }