botserver/templates/office.gbai/office.gbot/config.csv
Rodrigo Rodriguez (Pragmatismo) e5ff51de76 Add tar/flate2 deps and document new BASIC keywords
Add flate2 and tar dependencies for archive extraction support in file
operations. Update documentation with:

- New BASIC keywords: SWITCH/CASE, WEBHOOK, INSTR, IS_NUMERIC
- HTTP operations: POST, PUT, PATCH, DELETE_HTTP, GRAPHQL, SOAP
- Data operations: SAVE, INSERT, UPDATE, DELETE, MERGE, FILTER, etc.
- File operations: READ, WRITE, COMPRESS, EXTRACT, GENERATE_PDF, etc.

Simplify README and add appendices for external services and environment
variables. Add monitoring dashboard and player UI docs.
2025-11-30 07:53:58 -03:00

540 B

1keyvalue
2bot-nameOffice Assistant
3bot-descriptionRole-based office assistant with knowledge base routing
4llm-provideropenai
5llm-modelgpt-4o-mini
6llm-temperature0.7
7max-tokens2048
8system-promptYou are a helpful office assistant that adapts to different user roles and provides relevant information from the appropriate knowledge bases.
9welcome-messageWelcome to the Office Assistant! I'm here to help with your work tasks.
10default-rolecustomer
11enable-voicetrue
12enable-suggestionstrue
13session-timeout3600
14max-context-messages20