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. |
||
|---|---|---|
| .. | ||
| mod.rs | ||
| monitor.rs | ||
| types.rs | ||
| utils.rs | ||