hwchase17 commited on
Commit
33854c2
1 Parent(s): 1f3507f

Update test_cases.json

Browse files
Files changed (1) hide show
  1. test_cases.json +8 -8
test_cases.json CHANGED
@@ -29,7 +29,7 @@
29
  "question": "how far is it from paris to boston in miles",
30
  "answer": "approximately 3,435 mi",
31
  "steps": [
32
- {"tool": "Search", "tool_input": "paris to boston distance"},
33
  ]
34
  },
35
  {
@@ -37,7 +37,7 @@
37
  "answer": "approximately 2.682651500990882",
38
  "steps": [
39
  {"tool": "Search", "tool_input": "2023 super bowl score"},
40
- {"tool": "Calculator", "tool_input": "73^.23"},
41
  ]
42
  },
43
  {
@@ -45,7 +45,7 @@
45
  "answer": "approximately 2.682651500990882",
46
  "steps": [
47
  {"tool": "Search", "tool_input": "2023 super bowl score"},
48
- {"tool": "Calculator", "tool_input": "73^.23"},
49
  ]
50
  },
51
  {
@@ -53,14 +53,14 @@
53
  "answer": "30",
54
  "steps": [
55
  {"tool": "Search", "tool_input": "2023 super bowl score"},
56
- {"tool": "Search", "tool_input": "2022 super bowl score"},
57
  ]
58
  },
59
  {
60
  "question": "what is 153 raised to .1312 power?",
61
  "answer": "approximately 1.9347796717823205",
62
  "steps": [
63
- {"tool": "Calculator", "tool_input": "15**.13"},
64
  ]
65
  },
66
  {
@@ -69,14 +69,14 @@
69
  "steps": [
70
  {"tool": "Search", "tool_input": "kendall jenner boyfriend"},
71
  {"tool": "Search", "tool_input": "devin booker height"},
72
- {"tool": "Calculator", "tool_input": "77**.13"},
73
  ]
74
  },
75
  {
76
  "question": "what is 1213 divided by 4345?",
77
  "answer": "approximately 0.2791714614499425",
78
  "steps": [
79
- {"tool": "Calculator", "tool_input": "1213/4345"},
80
  ]
81
- },
82
  ]
 
29
  "question": "how far is it from paris to boston in miles",
30
  "answer": "approximately 3,435 mi",
31
  "steps": [
32
+ {"tool": "Search", "tool_input": "paris to boston distance"}
33
  ]
34
  },
35
  {
 
37
  "answer": "approximately 2.682651500990882",
38
  "steps": [
39
  {"tool": "Search", "tool_input": "2023 super bowl score"},
40
+ {"tool": "Calculator", "tool_input": "73^.23"}
41
  ]
42
  },
43
  {
 
45
  "answer": "approximately 2.682651500990882",
46
  "steps": [
47
  {"tool": "Search", "tool_input": "2023 super bowl score"},
48
+ {"tool": "Calculator", "tool_input": "73^.23"}
49
  ]
50
  },
51
  {
 
53
  "answer": "30",
54
  "steps": [
55
  {"tool": "Search", "tool_input": "2023 super bowl score"},
56
+ {"tool": "Search", "tool_input": "2022 super bowl score"}
57
  ]
58
  },
59
  {
60
  "question": "what is 153 raised to .1312 power?",
61
  "answer": "approximately 1.9347796717823205",
62
  "steps": [
63
+ {"tool": "Calculator", "tool_input": "15**.13"}
64
  ]
65
  },
66
  {
 
69
  "steps": [
70
  {"tool": "Search", "tool_input": "kendall jenner boyfriend"},
71
  {"tool": "Search", "tool_input": "devin booker height"},
72
+ {"tool": "Calculator", "tool_input": "77**.13"}
73
  ]
74
  },
75
  {
76
  "question": "what is 1213 divided by 4345?",
77
  "answer": "approximately 0.2791714614499425",
78
  "steps": [
79
+ {"tool": "Calculator", "tool_input": "1213/4345"}
80
  ]
81
+ }
82
  ]