prizmztech commited on
Commit
5f450a8
·
verified ·
1 Parent(s): 333d670

Update dataset.json

Browse files
Files changed (1) hide show
  1. 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
  ]