Skip to content

Commit f5d1574

Browse files
committed
added generic empty parameter DATA
1 parent 821cf72 commit f5d1574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/b07z/sepia/server/core/assistant/PARAMETERS.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,5 +134,6 @@ public class PARAMETERS {
134134

135135
//Exotic or unique stuff
136136
final public static String REPEAT_THIS = "repeat_this"; //what the assistant shall repeat
137+
final public static String DATA = "data"; //a multi-purpose, generic parameter for e.g. JSON strings etc. (usually given in direct commands and as optional)
137138

138139
}

0 commit comments

Comments
 (0)