Update dataset.json
Browse files- dataset.json +3 -1
dataset.json
CHANGED
|
@@ -50,5 +50,7 @@
|
|
| 50 |
{ "Query": "5 * 3?", "Type": "Calculator" },
|
| 51 |
{ "Query": "10 / 2", "Type": "Calculator" },
|
| 52 |
{ "Query": "What is 15 - 7?", "Type": "Calculator" },
|
| 53 |
-
{ "Query": "2^8", "Type": "Calculator" }
|
|
|
|
|
|
|
| 54 |
]
|
|
|
|
| 50 |
{ "Query": "5 * 3?", "Type": "Calculator" },
|
| 51 |
{ "Query": "10 / 2", "Type": "Calculator" },
|
| 52 |
{ "Query": "What is 15 - 7?", "Type": "Calculator" },
|
| 53 |
+
{ "Query": "2^8", "Type": "Calculator" },
|
| 54 |
+
{ "Query": "Slove 2 + 2", "Type": "Calculator"},
|
| 55 |
+
{ "Query": "Slove: 2 + 2", "Type": "Calculator"}
|
| 56 |
]
|