mirrored 10 minutes ago
0
yuanmengqifeat: standardize configuration fields across all evaluation examples - Add `fixed_ip` field to all 369 JSON files in examples directory - Set to `true` for 8 files listed in google_chrome.json multi_apps - Set to `false` for remaining 361 files - Add `possibility_of_env_change` field to 363 JSON files missing this field - Set to "low" for newly added fields - Preserve existing values (4 medium, 2 high) for 6 files that already had this field This ensures consistent configuration schema across all evaluation examples while maintaining backward compatibility with existing settings. e433f35
{
  "id": "368d9ba4-203c-40c1-9fa3-da2f1430ce63",
  "snapshot": "chrome",
  "instruction": "Find the Monthly forecast for Manchester, GB for this month",
  "source": "test_task_1",
  "config": [
    {
      "type": "launch",
      "parameters": {
        "command": [
          "google-chrome",
          "--remote-debugging-port=1337"
        ]
      }
    },
    {
      "type": "launch",
      "parameters": {
        "command": [
          "socat",
          "tcp-listen:9222,fork",
          "tcp:localhost:1337"
        ]
      }
    },
    {
      "type": "chrome_open_tabs",
      "parameters": {
        "urls_to_open": [
          "https://www.accuweather.com/"
        ]
      }
    },
    {
      "type": "activate_window",
      "parameters": {
        "window_name": "Google Chrome"
      }
    }
  ],
  "trajectory": "trajectories/",
  "related_apps": [
    "chrome"
  ],
  "evaluator": {
    "func": [
      "check_direct_json_object",
      "is_expected_url_pattern_match"
    ],
    "result": [
      {
        "type": "url_dashPart",
        "goto_prefix": "https://www.",
        "partIndex": -2,
        "needDeleteId": false,
        "returnType": "json",
        "key": "time"
      },
      {
        "type": "active_url_from_accessTree",
        "goto_prefix": "https://www."
      }
    ],
    "expected": [
      {
        "type": "rule_relativeTime",
        "rules": {
          "relativeTime": {
            "from": "this month"
          },
          "expected": {
            "time": "{month}-weather"
          }
        }
      },
      {
        "type": "rule",
        "rules": {
          "expected": [
            "/manchester/"
          ]
        }
      }
    ]
  },
  "proxy": true,
  "fixed_ip": false,
  "possibility_of_env_change": "low"
}