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) {
5970 * @param {array} [options.stoppingStrings] Array of stopping strings.5970 * @param {array} [options.stoppingStrings] Array of stopping strings.
5971 * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning.5971 * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning.
5972 * @param {boolean} [options.trimNames] Whether to allow trimming "{{char}}:" or "{{user}}:" from the beginning.5972 * @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
5973 *5974 *
5974 * @returns {string} The formatted message5975 * @returns {string} The formatted message
5975 */5976 */