generalbots/bottemplates/default.gbai/default.gbdialog/start.bas
Rodrigo Rodriguez (Pragmatismo) 2eebbe9b0d
Some checks failed
Botlib CI / build (push) Failing after 1s
Bottest CI / build (push) Failing after 0s
BotUI CI / build (push) Failing after 1s
Issue #495: Add switchers to default template and fix infra paths
- 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
2026-04-27 17:44:58 +00:00

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"