- 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
160 B
QBasic
6 lines
160 B
QBasic
|
|
|
|
let text = GET "default.gbdrive/default.pdf"
|
|
let resume = LLM "Build table resume with deadlines, dates and actions: " + text
|
|
|
|
SET_BOT_MEMORY "resume" resume
|