You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parts1=`${personalityLines}\n Please greet the user with a greeting and then their name which is: <@${message.author.id}> and limit your responses to 2000 characters or less.`;
94
+
instruction=`${personalityLines}\n Please greet the user with a greeting and then their name which is: <@${message.author.id}> and limit your responses to 2000 characters or less.`;
95
95
96
96
if(Object.keys(user_status).length){
97
-
parts1+=` The user's status/presence is currently:\n${status_devices}`;
97
+
instruction+=` The user's status/presence is currently:\n${status_devices}`;
parts1=`${personalityLines}\n Please greet the user with a greeting and then their name which is: <@${message.author.id}> and limit your responses to 2000 characters or less.`;
117
+
instruction=`${personalityLines}\n Please greet the user with a greeting and then their name which is: <@${message.author.id}> and limit your responses to 2000 characters or less.`;
118
118
119
119
if(Object.keys(user_status).length){
120
-
parts1+=` The user's status/presence is currently:\n${status_devices}`;
120
+
instruction+=` The user's status/presence is currently:\n${status_devices}`;
parts1=`${personalityLines}\n Please greet the user with a greeting and then their name which is: <@${interaction.user.id}> and limit your responses to 2000 characters or less.`;
79
+
instruction=`${personalityLines}\n Please greet the user with a greeting and then their name which is: <@${interaction.user.id}> and limit your responses to 2000 characters or less.`;
80
80
81
81
if(Object.keys(user_status).length){
82
-
parts1+=` The user's status/presence is currently:\n${status_devices}`;
82
+
instruction+=` The user's status/presence is currently:\n${status_devices}`;
0 commit comments