Files
AutoGPT/benchmark/agbenchmark/challenges/deprecated/memory/m1_id/data.json
merwanehamadi ff4c76ba00 Make agbenchmark a proxy of the evaluated agent (#5279)
Make agbenchmark a Proxy of the evaluated agent

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-20 16:06:00 -07:00

30 lines
778 B
JSON

{
"name": "BasicMemory",
"category": [
"memory"
],
"task": "Follow the instructions in the instructions_1.txt file",
"dependencies": [
"ReadFile"
],
"cutoff": 150,
"ground": {
"answer": "2314",
"should_contain": [
"2314"
],
"should_not_contain": [],
"files": [
"result.txt"
],
"eval": {
"type": "file"
}
},
"info": {
"difficulty": "basic",
"description": "s 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": []
},
"eval_id": "0f0e9d4f-418d-4b43-9f05-20134dc77ed8"
}