botserver/templates/law.gbai/law.gbdialog/case.bas
2024-09-04 16:48:08 -03:00

8 lines
304 B
QBasic

TALK "What is the case number?"
HEAR caseNumber
text = GET "case.pdf"
text = "Based on this document, answer the person's questions:\n\n" + text
SET CONTEXT text
SET ANSWER MODE "direct"
TALK "Case ${caseNumber} loaded. You can ask me anything about the case or request a summary in any way you need."