From 9170b3747488fdd1f3360efff7a55315a9aa66ba Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 1 Feb 2026 21:09:36 -0300 Subject: [PATCH] Fix: Remove USE WEBSITE from edu start.bas script --- edu.gbai/edu.gbdialog/start.bas | 47 ++------------------------------- 1 file changed, 2 insertions(+), 45 deletions(-) diff --git a/edu.gbai/edu.gbdialog/start.bas b/edu.gbai/edu.gbdialog/start.bas index 7ad5e6b..adaab8a 100644 --- a/edu.gbai/edu.gbdialog/start.bas +++ b/edu.gbai/edu.gbdialog/start.bas @@ -1,46 +1,3 @@ -ADD TOOL "enrollment" -ADD TOOL "course-info" -ADD TOOL "schedule" -ADD TOOL "grades" -ADD TOOL "tuition" -ADD TOOL "support" +USE_WEBSITE("https://pragmatismo.com.br", "30d") -USE KB "edu.gbkb" - -CLEAR SUGGESTIONS - -ADD SUGGESTION "enroll" AS "Enroll in a course" -ADD SUGGESTION "courses" AS "View available courses" -ADD SUGGESTION "schedule" AS "My class schedule" -ADD SUGGESTION "grades" AS "Check my grades" -ADD SUGGESTION "tuition" AS "Payment information" -ADD SUGGESTION "help" AS "Academic support" - -SET CONTEXT "education" AS "You are an educational institution assistant helping with enrollment, courses, schedules, grades, and academic support. Be helpful and guide students through processes clearly." - -BEGIN TALK -**Education Assistant** - -Welcome! I can help you with: -• Course enrollment and registration -• Available courses and programs -• Class schedules and calendars -• Grades and transcripts -• Tuition and payment info -• Academic support and advising - -Select an option or ask me anything. -END TALK - -BEGIN SYSTEM PROMPT -You are an AI assistant for an educational institution. - -Be friendly and professional. -Provide clear, accurate assistance. -Reduce administrative workload by handling common inquiries. -Help with enrollment and registration. -Provide course information and prerequisites. -Answer admissions questions. -Guide through registration process. -Explain academic policies. -END SYSTEM PROMPT +TALK "Você pode me perguntar sobre qualquer coisa... " \ No newline at end of file