Adding missing doc string

9a3e3433c70172df30ed432b3407e808175e8a10

qvink <qvink@users.noreply.github.com>

1 files changed, +1 -0Showing whitespace changes
public/script.js+1 -0
@@ -5970,6 +5970,7 @@ function extractMultiSwipes(data, type) {
59705970 * @param {array} [options.stoppingStrings] Array of stopping strings.
59715971 * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning.
59725972 * @param {boolean} [options.trimNames] Whether to allow trimming "{{char}}:" or "{{user}}:" from the beginning.
5973+ * @param {boolean} [options.trimWrongNames] Whether to allow deleting responses prefixed by the incorrect name, depending on isImpersonate
59735974 *
59745975 * @returns {string} The formatted message
59755976 */