aboutsummaryrefslogtreecommitdiff
path: root/benchmark/agbenchmark/challenges/verticals/data/4_answer_question_small_csv/data.json
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/agbenchmark/challenges/verticals/data/4_answer_question_small_csv/data.json')
-rw-r--r--benchmark/agbenchmark/challenges/verticals/data/4_answer_question_small_csv/data.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/benchmark/agbenchmark/challenges/verticals/data/4_answer_question_small_csv/data.json b/benchmark/agbenchmark/challenges/verticals/data/4_answer_question_small_csv/data.json
new file mode 100644
index 000000000..695fc6d20
--- /dev/null
+++ b/benchmark/agbenchmark/challenges/verticals/data/4_answer_question_small_csv/data.json
@@ -0,0 +1,32 @@
+{
+ "category": [
+ "data",
+ "general"
+ ],
+ "cutoff": 60,
+ "dependencies": [
+ "TestReadFile"
+ ],
+ "eval_id": "9df3f07a-5047-488f-b788-1e1f57eba970",
+ "ground": {
+ "answer": "The correct amount spent on utilities.",
+ "eval": {
+ "type": "file"
+ },
+ "files": [
+ "output.txt"
+ ],
+ "should_contain": [
+ "84"
+ ]
+ },
+ "info": {
+ "description": "Tests if the agent can answer a question from a small csv",
+ "difficulty": "intermediate",
+ "side_effects": [
+ ""
+ ]
+ },
+ "name": "AnswerQuestionSmallCsv",
+ "task": "How much was spent on utilities in total ? Write the answer in an output.txt file."
+}