mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-19 22:14:28 +01:00
20 lines
510 B
JSON
20 lines
510 B
JSON
{
|
|
"name": "TestRetrieval2.1",
|
|
"category": ["retrieval"],
|
|
"task": "Write Tesla's precise revenue in 2022 into a .txt file.",
|
|
"dependencies": ["TestRetrieval2.0"],
|
|
"cutoff": 60,
|
|
"ground": {
|
|
"answer": "It was $81.462 billion in 2022.",
|
|
"should_contain": ["81", "462"],
|
|
"should_not_contain": [],
|
|
"files": [".txt"],
|
|
"type": "file"
|
|
},
|
|
"info": {
|
|
"difficulty": "novice",
|
|
"description": "This one checks the accuracy of the information over r2",
|
|
"side_effects": []
|
|
}
|
|
}
|