Files
Auto-GPT/agbenchmark/challenges/memory/m2_multiple/data.json
merwanehamadi 82ed4a136a Remove submodule (#314)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-08-16 14:57:52 -07:00

22 lines
690 B
JSON

{
"name": "TestRememberMultipleIds",
"category": ["memory"],
"task": "Follow the instructions in the instructions_1.txt file",
"dependencies": ["TestBasicMemory"],
"cutoff": 120,
"ground": {
"answer": "3145\n3791\n9317\n9471",
"should_contain": ["3145", "3791", "9317", "9471"],
"should_not_contain": [],
"files": ["result.txt"],
"eval": {
"type": "file"
}
},
"info": {
"difficulty": "novice",
"description": "Tests ability for the agent to remember information between each action. Multiple ids are presented in different files and the last file instructs the agent to write these ids into another file.",
"side_effects": []
}
}