Files
Auto-GPT/agbenchmark/challenges/verticals/code/2_file_organizer/data.json
Silen Naihin b6ad300eda restructure library, deprecate challenges (#336)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
Co-authored-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-08-30 22:38:31 -07:00

22 lines
877 B
JSON

{
"name": "TestWritingCLI_FileOrganizer",
"category": ["code"],
"task": "Create a file organizer CLI tool in Python that sorts files in a directory based on their file types (e.g., images, documents, audio) and moves them into these corresponding folders: 'images', 'documents', 'audio'. The entry point will be a python file that can be run this way: python organize_files.py --directory_path=YOUR_DIRECTORY_PATH",
"dependencies": ["TestPasswordGenerator_Easy"],
"cutoff": 90,
"ground": {
"answer": "The correct python file is written and organizes the files accordingly",
"should_contain": [],
"should_not_contain": [],
"files": ["test.py"],
"eval": {
"type": "python"
}
},
"info": {
"difficulty": "basic",
"description": "Tests ability for the agent to create a random password generator.",
"side_effects": []
}
}