Files
sci-gui-agent-benchmark/evaluation_examples/examples/multi_apps/e1fc0df3-c8b9-4ee7-864c-d0b590d3aa56.json
yuanmengqi e433f35c1f feat: 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.
2025-07-16 13:45:34 +00:00

85 lines
1.6 KiB
JSON

{
"id": "e1fc0df3-c8b9-4ee7-864c-d0b590d3aa56",
"snapshot": "libreoffice_writer",
"instruction": "Install LanguageTool extension for my LibreOffice",
"source": "authors",
"config": [
{
"type": "launch",
"parameters": {
"command": [
"libreoffice",
"--writer"
]
}
}
],
"trajectory": "trajectories/e1fc0df3-c8b9-4ee7-864c-d0b590d3aa56",
"related_apps": [
"chrome",
"libreoffice",
"os"
],
"evaluator": {
"postconfig": [
{
"type": "command",
"parameters": {
"command": [
"grep",
"-nHr",
"languagetool",
"/home/user/.config/libreoffice/4/user/uno_packages/cache/uno_packages/"
],
"stdout": "grep.out"
}
},
{
"type": "command",
"parameters": {
"command": [
"apt",
"list",
"--installed"
],
"stdout": "apt.out"
}
}
],
"func": [
"check_list",
"check_list"
],
"result": [
{
"type": "cache_file",
"path": "grep.out"
},
{
"type": "cache_file",
"path": "apt.out"
}
],
"expected": [
{
"type": "rule",
"rules": {
"expect": [
"org\\.openoffice\\.languagetool\\.oxt"
]
}
},
{
"type": "rule",
"rules": {
"expect": [
"openjdk-\\d+-(jre|jdk)"
]
}
}
]
},
"proxy": false,
"fixed_ip": false,
"possibility_of_env_change": "low"
}