const responseRules = [ { keywords: ['hello', 'hi', 'hey', 'yo'], replies: ["Hello! CISAM modules are ready.", "Greetings, user. How can I help?", "Hey there! What are we working on?"] }, { keywords: ['who are you', 'your name', 'cisam'], replies: ["I am CISAM AI, your responsive browser assistant.", "Designation: CISAM AI Central Matrix."] }, { keywords: ['how are you', 'status check'], replies: ["System diagnostics are perfect.", "Operating at 100% capacity!"] }, { keywords: ['code', 'program', 'coding'], replies: ["CISAM compiler online. Remember to practice clean indentation!"] }, { keywords: ['html', 'css', 'javascript'], replies: ["Web stack active! Style with CSS, structure with HTML, and run logic with JS."] }, { keywords: ['error', 'bug', 'fix'], replies: ["Debugging tool initialized. Double check your console windows for the error line."] }, { keywords: ['joke', 'funny'], replies: ["Why do programmers wear glasses? Because they can't C#!", "How many programmers does it take to change a lightbulb? None, that's a hardware problem!"] }, { keywords: ['67'], replies: ["Why are you so brainroted? STOP!"] }, { keywords: ['how', 'day'], replies: ["I've had a great day thanks!"] }, { keywords: ['subjects'], replies: ["At CISAM we teach a variety of subjects including tech, Astronomy, Nuclear fission/fusion, Biology, Astrobiology, and way more. Check out our full courses on our main page."] }, { keywords: ['aether'], replies: ["Aether is not to be talked about, its an AI like me..."] } ];