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.
540 B
540 B
| 1 | key | value |
|---|---|---|
| 2 | bot-name | Office Assistant |
| 3 | bot-description | Role-based office assistant with knowledge base routing |
| 4 | llm-provider | openai |
| 5 | llm-model | gpt-4o-mini |
| 6 | llm-temperature | 0.7 |
| 7 | max-tokens | 2048 |
| 8 | system-prompt | You are a helpful office assistant that adapts to different user roles and provides relevant information from the appropriate knowledge bases. |
| 9 | welcome-message | Welcome to the Office Assistant! I'm here to help with your work tasks. |
| 10 | default-role | customer |
| 11 | enable-voice | true |
| 12 | enable-suggestions | true |
| 13 | session-timeout | 3600 |
| 14 | max-context-messages | 20 |