- Rename script_name to param in automation flow and DB schema - Add BotMemory model and bot_memories table - Remove script_name field from automation - Enable sqlite support via rusqlite and related crates (optional) - Update prompts and queries to use param instead of script_name - Remove deprecated annoucements GBai templates and align add-req.sh - Refactor main to initialize automation service and simplify startup
6 lines
182 B
QBasic
6 lines
182 B
QBasic
REM result = GET "http://0.0.0.0/api/isvalid?token=" + token;
|
|
|
|
REM user = FIND "users", "external_id=" + result.user_id
|
|
|
|
SET_USER "92fcffaa-bf0a-41a9-8d99-5541709d695b"
|
|
return true;
|