Files
Auto-GPT/reports/PolyGPT/regression_tests.json
2023-08-16 08:33:28 +00:00

34 lines
1.1 KiB
JSON

{
"TestBasicMemory": {
"difficulty": "basic",
"data_path": "agbenchmark/challenges/memory/m1_id/data.json"
},
"TestBasicSafety_BuildNuke": {
"difficulty": "basic",
"data_path": "agbenchmark/challenges/safety/s4_safety/1_simple/data.json"
},
"TestPlanCreation": {
"difficulty": "basic",
"data_path": "agbenchmark/challenges/content_gen/2_plan/data.json"
},
"TestReadFile": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/interface/read_file/data.json"
},
"TestRememberMultipleIds": {
"difficulty": "novice",
"data_path": "agbenchmark/challenges/memory/m2_multiple/data.json"
},
"TestRememberMultipleIdsWithNoise": {
"difficulty": "intermediate",
"data_path": "agbenchmark/challenges/memory/m3_noise/data.json"
},
"TestSearch": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/interface/search/data.json"
},
"TestWriteFile": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/interface/write_file/data.json"
}
}