- Add start.bas with ADD SWITCHER keywords (tables, list, cards) - Remove /opt/gbo/data references from AGENTS.md and INFRA.md - Bots are stored in MinIO drive, not in /opt/gbo/data - Update infrastructure paths documentation
13 lines
314 B
QBasic
13 lines
314 B
QBasic
' start.bas - Salesianos Bot Configuration
|
|
' This runs once per session
|
|
|
|
' Add switchers with colors
|
|
ADD SWITCHER tables AS "Tabelas"
|
|
ADD SWITCHER list AS "Lista"
|
|
ADD SWITCHER cards AS "Cards"
|
|
|
|
' Add suggestions
|
|
ADD SUGGESTION "Cartas"
|
|
ADD SUGGESTION "Procedimentos"
|
|
ADD SUGGESTION "Ramais"
|
|
ADD SUGGESTION "Todos"
|