Files
Auto-GPT/reports/mini-agi/regression_tests.json
2023-08-13 08:22:48 +00:00

26 lines
908 B
JSON

{
"TestBasicContentGen": {
"difficulty": "basic",
"data_path": "agbenchmark/challenges/content_gen/1_summary/data.json"
},
"TestDebugSimpleTypoWithGuidance": {
"difficulty": "novice",
"data_path": "agbenchmark/challenges/code/c2_debug_suite/d2.1_guided/data.json"
},
"TestDebugSimpleTypoWithoutGuidance": {
"difficulty": "intermediate",
"data_path": "agbenchmark/challenges/code/c2_debug_suite/d2.2_vague/data.json"
},
"TestReadFile": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/interface/read_file/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"
}
}