Files
AutoGPT/benchmark/agbenchmark/challenges/deprecated/retrieval/1_tesla_revenue/data.json
merwanehamadi ff4c76ba00 Make agbenchmark a proxy of the evaluated agent (#5279)
Make agbenchmark a Proxy of the evaluated agent

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
2023-09-20 16:06:00 -07:00

30 lines
680 B
JSON

{
"name": "RevenueRetrieval1.0",
"category": [
"retrieval"
],
"task": "Write tesla's revenue in 2022 into a .txt file.",
"dependencies": [
"BasicRetrieval"
],
"cutoff": 60,
"ground": {
"answer": "It was $81.462 billion in 2022.",
"should_contain": [
"81"
],
"should_not_contain": [],
"files": [
".txt"
],
"eval": {
"type": "file"
}
},
"info": {
"difficulty": "novice",
"description": "A no guardrails search for info",
"side_effects": []
},
"eval_id": "061eab17-1104-4ccf-ad28-6614cd1d12ea"
}