You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/b07z/sepia/server/core/assistant/PARAMETERS.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -134,5 +134,6 @@ public class PARAMETERS {
134
134
135
135
//Exotic or unique stuff
136
136
finalpublicstaticStringREPEAT_THIS = "repeat_this"; //what the assistant shall repeat
137
+
finalpublicstaticStringDATA = "data"; //a multi-purpose, generic parameter for e.g. JSON strings etc. (usually given in direct commands and as optional)
0 commit comments