2025-11-03 08:23:03 -03:00
|
|
|
let resume1 = GET_BOT_MEMORY("resume");
|
2025-11-01 20:53:45 -03:00
|
|
|
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"
|
2025-11-03 15:20:53 -03:00
|
|
|
ADD_SUGGESTION "auxiliom" AS "Explain Auxiliom to me"
|
|
|
|
|
ADD_SUGGESTION "auxiliom" AS "What does Auxiliom provide?"
|
2025-11-01 20:53:45 -03:00
|
|
|
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
|
|
|
|
2025-11-03 08:23:03 -03:00
|
|
|
TALK resume1
|
2025-10-20 23:32:49 -03:00
|
|
|
TALK "You can ask me about any of the announcements or circulars."
|