We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb65a61 commit 5b740dbCopy full SHA for 5b740db
evaluation_function.wl
@@ -35,9 +35,9 @@ evalQuestionIO = Function[
35
jsonData = Import[#1, "JSON"] //. List :> Association;
36
37
Print["Input"];
38
- Print[jsonData]
+ Print[jsonData];
39
40
- command = Lookup[jsonData, "method", "unknown"];
+ command = Lookup[jsonData, "command", "unknown"];
41
42
resultAssoc = Which[
43
command == "eval", processEvaluate[jsonData],
0 commit comments