From 9a3e3433c70172df30ed432b3407e808175e8a10 Mon Sep 17 00:00:00 2001 From: qvink Date: Sat, 22 Mar 2025 15:54:57 -0600 Subject: [PATCH] Adding missing doc string --- public/script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/script.js b/public/script.js index 270050745..80113ebf6 100644 --- a/public/script.js +++ b/public/script.js @@ -5970,6 +5970,7 @@ function extractMultiSwipes(data, type) { * @param {array} [options.stoppingStrings] Array of stopping strings. * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning. * @param {boolean} [options.trimNames] Whether to allow trimming "{{char}}:" or "{{user}}:" from the beginning. + * @param {boolean} [options.trimWrongNames] Whether to allow deleting responses prefixed by the incorrect name, depending on isImpersonate * * @returns {string} The formatted message */