Skip to content

Commit 5b740db

Browse files
committed
Switched to use term command instead of method
1 parent eb65a61 commit 5b740db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

evaluation_function.wl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ evalQuestionIO = Function[
3535
jsonData = Import[#1, "JSON"] //. List :> Association;
3636

3737
Print["Input"];
38-
Print[jsonData]
38+
Print[jsonData];
3939

40-
command = Lookup[jsonData, "method", "unknown"];
40+
command = Lookup[jsonData, "command", "unknown"];
4141

4242
resultAssoc = Which[
4343
command == "eval", processEvaluate[jsonData],

0 commit comments

Comments
 (0)