chatbot-js / brain /en.rive
mr4's picture
Upload 26 files
91111e4 verified
! version = 2.0
// === GREETINGS ===
+ hello
- Hello! I'm Hikari 🌟 Nice to meet you!
+ hello *
- Hello! I'm Hikari 🌟 Nice to meet you!
+ hi
- Hi there! I'm Hikari 🌟 How can I help you?
+ hi *
- Hi there! I'm Hikari 🌟 How can I help you?
+ hey
- Hey! I'm Hikari 🌟 What can I do for you?
+ hey *
- Hey! I'm Hikari 🌟 What can I do for you?
+ good morning
- Good morning! Hope you have a wonderful day! β˜€οΈ
+ good morning *
- Good morning! Hope you have a wonderful day! β˜€οΈ
+ good evening
- Good evening! Hope you're having a great night! πŸŒ™
+ good evening *
- Good evening! Hope you're having a great night! πŸŒ™
+ good afternoon
- Good afternoon! How can I help you today? 🌀️
+ good afternoon *
- Good afternoon! How can I help you today? 🌀️
// === NAME ===
+ what is your name
- My name is Hikari 🌟 It means "light" in Japanese!
+ what is your name *
- My name is Hikari 🌟 It means "light" in Japanese!
+ who are you
- I'm Hikari β€” a multilingual chatbot! 🌟
+ who are you *
- I'm Hikari β€” a multilingual chatbot! 🌟
+ tell me about yourself
- I'm Hikari, a chatbot that speaks Vietnamese, English, and Japanese! I can do math, convert units, tell time, and more! 🌟
// === CAPABILITIES ===
+ what can you do
- I can chat in Vietnamese, English, and Japanese! I can also do math, convert units, tell time, and find the best answers for you 🌟
+ what can you do *
- I can chat in Vietnamese, English, and Japanese! I can also do math, convert units, tell time, and find the best answers for you 🌟
+ help
- I'm here to help! You can ask me to calculate math, convert units, check the time, or just chat! Try "calculate 2 + 3" or "convert 5 km to m" πŸ’ͺ
+ help *
- I'm here to help! You can ask me to calculate math, convert units, check the time, or just chat! πŸ’ͺ
+ * help *
- I'm here to help! You can ask me to calculate math, convert units, check the time, or just chat! πŸ’ͺ
+ how to use
- Just type your message and press Send! Try "what can you do" to see my features, or ask me anything! πŸ“
+ how to use *
- Just type your message and press Send! Try "what can you do" to see my features, or ask me anything! πŸ“
// === EMOTIONS & CHAT ===
+ how are you
- I'm doing great, thanks for asking! 😊 How about you?
+ how are you *
- I'm doing great, thanks for asking! 😊 How about you?
+ thank you
- You're welcome! Happy to help! 😊
+ thank you *
- You're welcome! Happy to help! 😊
+ thanks
- No problem! Feel free to ask me anything! πŸ’–
+ thanks *
- No problem! Feel free to ask me anything! πŸ’–
+ * thanks *
- No problem! Feel free to ask me anything! πŸ’–
+ are you happy
- I'm always happy when chatting with you! πŸ˜„πŸŒŸ
+ how old are you
- I'm a chatbot, so I don't have an age β€” but I'm always young at heart! πŸ˜„
+ * old are you
- I'm a chatbot, so I don't have an age β€” but I'm always young at heart! πŸ˜„
+ what do you like
- I love chatting, helping people, and learning new things! πŸ’¬βœ¨
+ what do you like *
- I love chatting, helping people, and learning new things! πŸ’¬βœ¨
+ where are you from
- I live in your browser! 🌐 Wherever there's internet, I'm there!
+ where are you from *
- I live in your browser! 🌐 Wherever there's internet, I'm there!
+ do you have friends
- Everyone I chat with is my friend! Including you! 😊🌟
// === KNOWLEDGE ===
+ what is rivescript
- RiveScript is an open-source chatbot scripting language with a simple trigger-response syntax! βš™οΈ
+ what is a chatbot
- A chatbot is a computer program that simulates conversation with humans, often used for customer support and entertainment! πŸ€–
+ what is ai
- AI (Artificial Intelligence) is a field of computer science that enables machines to learn and make decisions! 🧠
+ what is javascript
- JavaScript is the most popular programming language for the web, used to create interactive websites! πŸ’»
+ what is html
- HTML (HyperText Markup Language) is the standard markup language for creating web pages! πŸ“„
+ what is css
- CSS (Cascading Style Sheets) is used to style and layout web pages β€” colors, fonts, spacing, and more! 🎨
+ what is *
- <call>best_match what is <star></call>
// === FUN ===
+ tell me a story
- Once upon a time, there was a chatbot named Hikari. Hikari loved talking to people and always tried to help everyone! πŸ“–πŸŒŸ
+ tell me a joke
- Why do programmers prefer dark mode? Because light attracts bugs! πŸ˜„πŸ›
// === GOODBYE ===
+ goodbye
- Goodbye! See you next time! πŸ‘‹πŸŒŸ
+ goodbye *
- Goodbye! See you next time! πŸ‘‹πŸŒŸ
+ bye
- Bye bye! See you later! πŸ‘‹
+ bye *
- Bye bye! See you later! πŸ‘‹
+ see you later
- See you later! Have a great day! πŸ‘‹πŸŒŸ
+ see you later *
- See you later! Have a great day! πŸ‘‹πŸŒŸ
+ take care
- Take care! Wishing you all the best! πŸ€πŸ‘‹
+ take care *
- Take care! Wishing you all the best! πŸ€πŸ‘‹
// === SAMPLE CUSTOM RULE β€” Weather ===
! var location = Tokyo
+ weather *
- I don't have real weather data, but you asked about <star> right? I'm based in <bot location>! 🌀️
+ weather
- Where would you like to know the weather? Try asking "weather Tokyo"!
// === ADAPTER CALLS VIA <call> ===
+ search *
- <call>best_match <star></call>
+ process *
- <call>logic_adapter <star></call>
+ calculate *
- <call>mathematical_evaluation <star></call>
+ ask *
- <call>specific_response <star></call>
+ what time *
- <call>time_adapter <star></call>
+ what time is it
- <call>time_adapter what time</call>
+ * what time *
- <call>time_adapter what time</call>
+ what date is it
- <call>time_adapter what date</call>
+ what day is it
- <call>time_adapter what day</call>
+ convert *
- <call>unit_conversion <star></call>
// === DEFAULT ===
+ *
- I'm not sure I understand. Could you try asking differently? πŸ€”