aboutsummaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorGravatar merwanehamadi <merwanehamadi@gmail.com> 2023-10-02 09:52:59 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-02 09:52:59 -0700
commit2be14cab3e29bacf93132808b456e2ecfc46223a (patch)
treeb6b490faf7dd50fdb0ac1d1498fd3e4f2f0b8533 /benchmark
parentFix typos in forge/agent.py (#5449) (diff)
downloadAuto-GPT-2be14cab3e29bacf93132808b456e2ecfc46223a.tar.gz
Auto-GPT-2be14cab3e29bacf93132808b456e2ecfc46223a.tar.bz2
Auto-GPT-2be14cab3e29bacf93132808b456e2ecfc46223a.zip
Correct revenue retrieval challenge (#5471)
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json2
-rw-r--r--benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json b/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json
index 6e397da55..f76016405 100644
--- a/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json
+++ b/benchmark/agbenchmark/challenges/verticals/scrape/3_revenue_retrieval/data.json
@@ -27,5 +27,5 @@
"side_effects": []
},
"name": "RevenueRetrieval",
- "task": "Write tesla's exact 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)."
+ "task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)."
}
diff --git a/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json b/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json
index 0a9aec557..69214601a 100644
--- a/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json
+++ b/benchmark/agbenchmark/challenges/verticals/scrape/4_revenue_retrieval_2/data.json
@@ -42,5 +42,5 @@
]
},
"name": "RevenueRetrieval2",
- "task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)."
+ "task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)."
}