Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/memory/m1_id/data.json
merwanehamadi 0e804e27dd Add more data challenges (#5390)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-28 19:30:08 -07:00

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"
}