formatting

f713948a1b44bfe56a37a75adbac4975155db083

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

1 files changed, +2 -2Showing whitespace changes
public/script.js+2 -2
@@ -5963,10 +5963,10 @@ function extractMultiSwipes(data, type) {
5963 * @param {string} [options.getMessage] The message to clean up5963 * @param {string} [options.getMessage] The message to clean up
5964 * @param {boolean} [options.isImpersonate] Whether this is an impersonated message5964 * @param {boolean} [options.isImpersonate] Whether this is an impersonated message
5965 * @param {boolean} [options.isContinue] Whether this is a continued message5965 * @param {boolean} [options.isContinue] Whether this is a continued message
5966 * @param {boolean} [options.displayIncompleteSentences] Whether to *not* trim incomplete sentences.5966 * @param {boolean} [options.displayIncompleteSentences] Whether to keep incomplete sentences at the end.
5967 * @param {array} [options.stoppingStrings] Array of stopping strings.5967 * @param {array} [options.stoppingStrings] Array of stopping strings.
5968 * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning.5968 * @param {boolean} [options.includeUserPromptBias] Whether to permit prepending the user prompt bias at the beginning.
5969@param {boolean} [options.trimNames] Whether to allow trimming "{{char}}:" or "{{user}}:" from the beginning.5969 * @param {boolean} [options.trimNames] Whether to allow trimming "{{char}}:" or "{{user}}:" from the beginning.
5970 *5970 *
5971 * @returns {string} The formatted message5971 * @returns {string} The formatted message
5972 */5972 */