Containerize bot and server in one stack.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
const resetResponses = [
|
||||
export const resetResponses = [
|
||||
"Whoops, let's start fresh! What can I assist you with now?",
|
||||
"Looks like we need a fresh start! What do you need help with?",
|
||||
"To avoid any gremlins in the system, let's reset! How can I assist you now?",
|
||||
@ -21,7 +21,7 @@ const resetResponses = [
|
||||
"Let's hit the restart button to make sure we're on the right track. What can I help you with now?"
|
||||
];
|
||||
|
||||
const userResetMessages = [
|
||||
export 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?",
|
||||
@ -42,6 +42,4 @@ const resetResponses = [
|
||||
"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