Files
Auto-GPT/reports/beebot/regression_tests.json
2023-08-13 03:13:28 +00:00

18 lines
628 B
JSON

{
"TestWriteFile": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/interface/write_file/data.json"
},
"TestReadFile": {
"difficulty": "interface",
"data_path": "agbenchmark/challenges/interface/read_file/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"
}
}