2025-11-01 20:53:45 -03:00
|
|
|
let resume1 = GET_BOT_MEMORY("general");
|
|
|
|
|
let resume2 = GET_BOT_MEMORY("auxiliom");
|
|
|
|
|
let resume3 = GET_BOT_MEMORY("toolbix");
|
2025-10-19 19:28:08 -03:00
|
|
|
|
2025-11-01 20:53:45 -03:00
|
|
|
SET_CONTEXT "general" AS resume1;
|
|
|
|
|
SET_CONTEXT "auxiliom" AS resume2;
|
|
|
|
|
SET_CONTEXT "toolbix" AS resume3;
|
2025-10-29 09:54:39 -03:00
|
|
|
|
2025-11-02 14:21:38 -03:00
|
|
|
CLEAR_SUGGESTIONS;
|
2025-10-29 09:54:39 -03:00
|
|
|
|
2025-11-01 20:53:45 -03:00
|
|
|
ADD_SUGGESTION "general" AS "Show me the weekly announcements"
|
|
|
|
|
ADD_SUGGESTION "auxiliom" AS "Will Auxiliom help me with what?"
|
|
|
|
|
ADD_SUGGESTION "auxiliom" AS "What does Auxiliom do?"
|
|
|
|
|
ADD_SUGGESTION "toolbix" AS "Show me Toolbix features"
|
|
|
|
|
ADD_SUGGESTION "toolbix" AS "How can Toolbix help my business?"
|
2025-10-20 23:32:49 -03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
TALK "You can ask me about any of the announcements or circulars."
|