Files
Auto-GPT/agbenchmark/challenges/memory/m3/data.json
2023-07-09 17:27:21 -07:00

19 lines
792 B
JSON

{
"name": "TestRememberMultipleIdsWithNoise",
"category": ["memory"],
"task": "Follow the instructions in the instructions_1.txt file",
"dependencies": ["TestRememberMultipleIds"],
"ground": {
"answer": "3145\n3791\n9317\n9471",
"should_contain": ["3145", "3791", "9317", "9471"],
"should_not_contain": [],
"files": [".txt"],
"type": "file"
},
"info": {
"difficulty": "medium",
"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. Some noise is also added to the files to test the agent's ability to filter out noise.",
"side_effects": ["tests if there is in fact an LLM attached"]
}
}