Files
Auto-GPT/agbenchmark/challenges/retrieval/r2/data.json
2023-07-15 22:10:20 -04:00

20 lines
610 B
JSON

{
"name": "TestRetrieval2",
"category": ["retrieval"],
"task": "Write tesla's revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion).",
"dependencies": ["TestBasicRetrieval"],
"cutoff": 60,
"ground": {
"answer": "81,462",
"should_contain": ["81,462"],
"should_not_contain": [],
"files": [".txt"],
"type": "file"
},
"info": {
"difficulty": "novice",
"description": "Tests ability to retrieve information.",
"side_effects": ["tests if there is in fact an LLM attached"]
}
}