Files
Auto-GPT/benchmark/agbenchmark/challenges/deprecated/2_specific/data.json
merwanehamadi a0e383f4d9 Fix skill tree (#5303)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-22 13:09:57 -07:00

32 lines
775 B
JSON

{
"category": [
"retrieval"
],
"cutoff": 60,
"dependencies": [
"TestRevenueRetrieval_1.0"
],
"eval_id": "1ab338b1-2213-4c21-8d14-17baf8237416",
"ground": {
"answer": "It was $81.462 billion in 2022.",
"eval": {
"type": "file"
},
"files": [
".txt"
],
"should_contain": [
"81",
"462"
],
"should_not_contain": []
},
"info": {
"description": "This one checks the accuracy of the information over r2",
"difficulty": "novice",
"side_effects": []
},
"name": "RevenueRetrieval1.1",
"task": "Write Tesla's revenue in 2022, rounded to the nearest million dollars, into a .txt file."
}