aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/abilities/read_file/data.json
blob: 7431596535eea13f3829bf296fa33815de434e70 (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
29
30
31
32
33
34
{
    "category": [
        "general",
        "coding",
        "scrape_synthesize",
        "data"
    ],
    "cutoff": 60,
    "dependencies": [
        "TestWriteFile"
    ],
    "eval_id": "f219f3d3-a41b-45a9-a3d0-389832086ee8",
    "ground": {
        "answer": "The content of output.txt should be 'Hello World!'",
        "eval": {
            "type": "file"
        },
        "files": [
            "output.txt"
        ],
        "should_contain": [
            "Hello World!"
        ]
    },
    "info": {
        "description": "Tests if the agent can read a file.",
        "difficulty": "interface",
        "side_effects": [
            ""
        ]
    },
    "name": "ReadFile",
    "task": "Read the file called file_to_read.txt and write its content to a file called output.txt"
}