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)." }