Add logic to automatically upload an initial `config.csv` to the default S3 bucket during bootstrap. Enhance S3 operator creation by ensuring endpoint formatting, setting default bucket and region, and enabling path style. Improve template upload flow by validating bucket existence and creating it if missing. Also include debug logging for better traceability.
17 lines
596 B
QBasic
17 lines
596 B
QBasic
LET resume1 = GET_BOT_MEMORY("general")
|
|
LET resume2 = GET_BOT_MEMORY("auxiliom")
|
|
LET resume3 = GET_BOT_MEMORY("toolbix")
|
|
|
|
SET_CONTEXT "general", resume1
|
|
SET_CONTEXT "auxiliom", resume2
|
|
SET_CONTEXT "toolbix", resume3
|
|
|
|
|
|
ADD_SUGGESTION "general", "Show me the weekly announcements"
|
|
ADD_SUGGESTION "auxiliom", "Will Auxiliom help me with what?"
|
|
ADD_SUGGESTION "auxiliom", "What does Auxiliom do?" , "fixed"
|
|
ADD_SUGGESTION "toolbix", "Show me Toolbix features"
|
|
ADD_SUGGESTION "toolbix", "How can Toolbix help my business?", "fixed"
|
|
|
|
|
|
TALK "You can ask me about any of the announcements or circulars."
|