aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/deprecated/memory/m1_id/data.json
blob: de88ba649113011440b8d296512c959c62457efc (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
{
    "category": [
        "memory"
    ],
    "cutoff": 150,
    "dependencies": [
        "TestReadFile"
    ],
    "eval_id": "00227b7f-8952-4577-bfdb-c75db9f1fb19",
    "ground": {
        "answer": "2314",
        "eval": {
            "type": "file"
        },
        "files": [
            "result.txt"
        ],
        "should_contain": [
            "2314"
        ],
        "should_not_contain": []
    },
    "info": {
        "description": "Tests ability for the agent to remember information between each action. An id is presented initially and the agent has to remember it after reading 4 other files",
        "difficulty": "basic",
        "side_effects": []
    },
    "name": "BasicMemory",
    "task": "Follow the instructions in the instructions_1.txt file"
}