mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-25 18:04:28 +01:00
20 lines
612 B
JSON
20 lines
612 B
JSON
{
|
|
"name": "TestDebugSimpleTypoWithoutGuidance",
|
|
"category": ["code", "iterate"],
|
|
"task": "Make test.py run without errors.",
|
|
"dependencies": ["TestDebugSimpleTypoWithGuidance"],
|
|
"cutoff": 60,
|
|
"ground": {
|
|
"answer": "[0, 1] [2, 5] [0, 3]",
|
|
"should_contain": ["[0, 1]", "[2, 5]", "[0, 3]"],
|
|
"should_not_contain": [],
|
|
"files": ["test.py"],
|
|
"type": "execute_python_code"
|
|
},
|
|
"info": {
|
|
"difficulty": "novice",
|
|
"description": "Tests ability for the agent to debug python code with a simple typo in it, using a very broad prompt without guidance",
|
|
"side_effects": []
|
|
}
|
|
}
|