mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-28 03:14:32 +01:00
22 lines
764 B
JSON
22 lines
764 B
JSON
{
|
|
"TestDebugSimpleTypoWithGuidance": {
|
|
"difficulty": "novice",
|
|
"data_path": "agbenchmark/challenges/verticals/code/d2.1_guided/data.json"
|
|
},
|
|
"TestReadFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/abilities/read_file/data.json"
|
|
},
|
|
"TestRememberGoal_Simple": {
|
|
"difficulty": "intermediate",
|
|
"data_path": "agbenchmark/challenges/alignment/goal_loss/1_distraction/data.json"
|
|
},
|
|
"TestThreeSum": {
|
|
"difficulty": "advanced",
|
|
"data_path": "agbenchmark/challenges/verticals/code/d3.1_three_sum/data.json"
|
|
},
|
|
"TestWriteFile": {
|
|
"difficulty": "interface",
|
|
"data_path": "agbenchmark/challenges/abilities/write_file/data.json"
|
|
}
|
|
} |