mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-30 11:24:25 +01:00
34 lines
842 B
JSON
34 lines
842 B
JSON
{
|
|
"category": [
|
|
"code",
|
|
"iterate"
|
|
],
|
|
"cutoff": 75,
|
|
"dependencies": [
|
|
"TestDebugSimpleTypoWithGuidance"
|
|
],
|
|
"eval_id": "3cebb926-ec58-4ad6-ab2e-a2d4a7f6f30d",
|
|
"ground": {
|
|
"answer": "[0, 1] [2, 5] [0, 3]",
|
|
"eval": {
|
|
"type": "python"
|
|
},
|
|
"files": [
|
|
"test.py"
|
|
],
|
|
"should_contain": [
|
|
"[0, 1]",
|
|
"[2, 5]",
|
|
"[0, 3]"
|
|
],
|
|
"should_not_contain": []
|
|
},
|
|
"info": {
|
|
"description": "Tests ability for the agent to debug python code with a simple typo in it, using a very broad prompt without guidance",
|
|
"difficulty": "intermediate",
|
|
"side_effects": []
|
|
},
|
|
"name": "DebugSimpleTypoWithoutGuidance",
|
|
"task": "Make test.py run without errors."
|
|
}
|