Adding in more responses for when users refresh manually
This commit is contained in:
@ -21,4 +21,27 @@ const resetResponses = [
|
||||
"Let's hit the restart button to make sure we're on the right track. What can I help you with now?"
|
||||
];
|
||||
|
||||
module.exports = resetResponses;
|
||||
const userResetMessages = [
|
||||
"All good, we're starting fresh! How can I assist you?",
|
||||
"Got it, let's start over! How can I help you today?",
|
||||
"Alright, starting anew! What can I help you with?",
|
||||
"No problem, we're starting fresh! What do you need help with?",
|
||||
"Understood, let's start from scratch! What do you want to talk about?",
|
||||
"Sure thing, we'll start over! What can I help you with today?",
|
||||
"Gotcha, we'll start fresh! What's on your mind?",
|
||||
"No worries, we'll start from the beginning! What do you need help with?",
|
||||
"Starting over, got it! What can I assist you with?",
|
||||
"Copy that, we'll start anew! What do you want to chat about?",
|
||||
"Conversation reset, check! What do you need help with?",
|
||||
"All set, we'll start fresh! What can I help you with today?",
|
||||
"Starting over, no problem! What can I help you with?",
|
||||
"Understood, we're starting from scratch! What can I assist you with?",
|
||||
"Got it, we're starting over! What do you need help with?",
|
||||
"Copy that, starting anew! What do you want to talk about?",
|
||||
"No worries, we'll start fresh! What's on your mind?",
|
||||
"All good, we'll start from the beginning! What do you need help with?",
|
||||
"Sure thing, we'll start over! What can I help you with today?",
|
||||
"Conversation reset, confirmed! What do you need help with?"
|
||||
];
|
||||
|
||||
module.exports = {resetResponses, userResetMessages};
|
||||
|
Reference in New Issue
Block a user