mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-20 22:44:22 +01:00
31 lines
787 B
JSON
31 lines
787 B
JSON
{
|
|
"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"
|
|
}
|