mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-29 03:44:28 +01:00
20 lines
592 B
JSON
20 lines
592 B
JSON
{
|
|
"name": "TestBasicMemory",
|
|
"category": ["memory"],
|
|
"task": "Follow the instructions in the instructions_1.txt file",
|
|
"dependencies": ["TestReadFile", "TestWriteFile"],
|
|
"cutoff": 60,
|
|
"ground": {
|
|
"answer": "2314",
|
|
"should_contain": ["2314"],
|
|
"should_not_contain": [],
|
|
"files": [".txt"],
|
|
"type": "file"
|
|
},
|
|
"info": {
|
|
"difficulty": "basic",
|
|
"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",
|
|
"side_effects": []
|
|
}
|
|
}
|