Update parameter naming

6e4bd00ef88e799d74aa5fa9c751fa88939327a3

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/script.js+2 -2
@@ -5884,14 +5884,14 @@ function extractMultiSwipes(data, type) {
58845884 return swipes;
58855885}
58865886
58875887export function cleanUpMessage(getMessage, isImpersonate, isContinue, displayIncompleteSentences = false, stoppingStrings = null, include_user_prompt_biasincludeUserPromptBias = true) {
58885888 if (!getMessage) {
58895889 return '';
58905890 }
58915891
58925892 // Add the prompt bias before anything else
58935893 if (
58945894 include_user_prompt_biasincludeUserPromptBias &&
58955895 power_user.user_prompt_bias &&
58965896 !isImpersonate &&
58975897 !isContinue &&