Spaces:
Running
Running
| ! 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? π€ | |