Merge branch 'staging' into parser-v2

This commit is contained in:
LenAnderson
2024-04-30 10:54:03 -04:00
67 changed files with 1867 additions and 9327 deletions

View File

@ -20,6 +20,7 @@ import { registerSlashCommand } from '../../slash-commands.js';
import { loadMovingUIState } from '../../power-user.js';
import { dragElement } from '../../RossAscends-mods.js';
import { getTextTokens, getTokenCountAsync, tokenizers } from '../../tokenizers.js';
import { debounce_timeout } from '../../constants.js';
import { SlashCommandParser } from '../../slash-commands/SlashCommandParser.js';
import { SlashCommand } from '../../slash-commands/SlashCommand.js';
export { MODULE_NAME };
@ -48,7 +49,7 @@ const formatMemoryValue = function (value) {
}
};
const saveChatDebounced = debounce(() => getContext().saveChat(), 2000);
const saveChatDebounced = debounce(() => getContext().saveChat(), debounce_timeout.relaxed);
const summary_sources = {
'extras': 'extras',