mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 16:24:19 +01:00
20 lines
610 B
JSON
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"]
|
|
}
|
|
}
|