generalbots/botserver/src/drive
Rodrigo Rodriguez (Pragmatismo) 60e3b1d83b
All checks were successful
Botlib CI / build (push) Successful in 6s
BotServer CI / build (push) Successful in 3m49s
Bottest CI / build (push) Successful in 27s
BotUI CI / build (push) Successful in 12s
fix: lowercase AS keyword in BASIC preprocessor for Rhai custom syntax
The ADD_SUGGESTION_TOOL, ADD_SUGGESTION_TEXT, ADD_SUGGESTION, and
ADD_SWITCHER Rhai custom syntaxes expect lowercase 'as' but the
preprocessor was outputting uppercase 'AS'. This caused start.bas
to fail with 'Syntax error: Expecting as for ADD_SUGGESTION_TOOL',
which prevented KB context (USE KB) from being registered for the
session — so queries like 'ramal da Andressa' had no KB data.

Also fix: re-export CHECK_INTERVAL_SECS from drive_monitor module
to fix pre-existing private module access error.
2026-04-22 19:45:36 +00:00
..
drive_monitor fix: lowercase AS keyword in BASIC preprocessor for Rhai custom syntax 2026-04-22 19:45:36 +00:00
document_processing.rs Fixing repo integration 2026-04-19 20:50:52 -03:00
drive_compiler.rs fix: lowercase AS keyword in BASIC preprocessor for Rhai custom syntax 2026-04-22 19:45:36 +00:00
drive_files.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
drive_handlers.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
drive_types.rs feat: Major workspace reorganization and documentation update 2026-04-19 08:14:25 -03:00
mod.rs Fixing repo integration 2026-04-19 20:50:52 -03:00
s3_repository.rs refactor: Remove ooxmlsdk from default build, split document_processor, fix DriveMonitor sync 2026-04-21 14:54:41 +00:00
vectordb.rs Fixing repo integration 2026-04-19 21:22:53 -03:00