- Replace async task spawning with `block_in_place` to simplify GET handling - Add detailed safety checks for file paths and organization prefixes - Introduce timeout and keep‑alive settings for HTTP client - Improve S3 bucket access with existence check, timeouts, and richer logging - Switch tracing logs to debug and add warning logs where appropriate - Update announcement template to retrieve a PDF, generate a resume via LLM, and set context for subsequent queries.
7 lines
258 B
QBasic
7 lines
258 B
QBasic
TALK "Olá, pode me perguntar sobre qualquer coisa..."
|
|
|
|
text = GET "default.gbdrive/default.pdf"
|
|
resume = LLM "Say Hello and present a a resume from " + text
|
|
TALK resume
|
|
|
|
SET_CONTEXT "Este é o documento que você deve usar para responder dúvidas: " + text
|