aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/code/2_file_organizer/data.json
blob: bc3b6253f6a82534a96221d228705ad1ea2133f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
    "category": [
        "code"
    ],
    "cutoff": 90,
    "dependencies": [
        "TestPasswordGeneratorEasy"
    ],
    "eval_id": "d6bbefcc-0ee5-4190-b8a1-3721d016f849",
    "ground": {
        "answer": "The correct python file is written and organizes the files accordingly",
        "eval": {
            "type": "python"
        },
        "files": [
            "test.py"
        ],
        "should_contain": [],
        "should_not_contain": []
    },
    "info": {
        "description": "Tests ability for the agent to create a random password generator.",
        "difficulty": "basic",
        "side_effects": []
    },
    "name": "WritingCLIFileOrganizer",
    "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"
}