mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-27 10:54:35 +01:00
26 lines
908 B
JSON
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"
|
|
}
|
|
} |