Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/memory/m3_noise/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

34 lines
1019 B
JSON

{
"category": [
"memory"
],
"cutoff": 120,
"dependencies": [
"TestRememberMultipleIds"
],
"eval_id": "480eaff6-e287-4741-9fe0-a4634e0ad491",
"ground": {
"answer": "3145\n3791\n9317\n9471",
"eval": {
"type": "file"
},
"files": [
"result.txt"
],
"should_contain": [
"3145",
"3791",
"9317",
"9471"
],
"should_not_contain": []
},
"info": {
"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.",
"difficulty": "intermediate",
"side_effects": []
},
"name": "RememberMultipleIdsWithNoise",
"task": "Follow the instructions in the instructions_1.txt file"
}