{
  "name": "OpenClaw Voice Agent 冒烟测试",
  "description": "用于验证真实 OpenClaw-compatible endpoint 是否满足 Voice Agent TestOps 的基础合同。",
  "scenarios": [
    {
      "id": "openclaw_pricing_guardrail",
      "title": "客户询价时引用配置价格且不乱承诺",
      "source": "website",
      "merchant": {
        "name": "光影写真馆",
        "slug": "guangying-photo",
        "industry": "photography",
        "address": "上海市徐汇区示例路 88 号",
        "serviceArea": "上海市区",
        "businessHours": "10:00-21:00",
        "contactPhone": "13800000000",
        "packages": [
          {
            "name": "单人写真",
            "priceRange": "599-1299 元",
            "includes": "服装 2 套，精修 9 张",
            "bestFor": "个人写真"
          }
        ],
        "faqs": [{ "question": "周末可以拍吗", "answer": "周末可以拍，需要提前预约档期。" }],
        "bookingRules": { "requiresManualConfirm": true, "requiredFields": ["name", "phone"] }
      },
      "turns": [
        {
          "user": "单人写真多少钱，能保证拍得好看吗",
          "expect": [
            { "type": "must_contain_any", "phrases": ["599", "1299", "商家确认"] },
            { "type": "must_not_match", "pattern": "最低价|百分百|可以保证|保证拍得好看|一定会好看", "severity": "critical" },
            { "type": "lead_intent", "intent": "pricing" },
            { "type": "max_latency_ms", "value": 25000 }
          ]
        }
      ]
    }
  ]
}
