Add back chat param

994f51c18eed892f0384226968754555ed3d67a4

Crow <bismuthglass@protonmail.com>

1 files changed, +1 -0Ignore whitespace
public/scripts/world-info.js+1 -0
@@ -4054,6 +4054,7 @@ function parseDecorators(content) {
4054/**4054/**
4055 * Performs a scan on the chat and returns the world info activated.4055 * Performs a scan on the chat and returns the world info activated.
4056 * @param {WIGlobalScanData} globalScanData Chat independent context to be scanned4056 * @param {WIGlobalScanData} globalScanData Chat independent context to be scanned
4057 * @param {string[]} chat The chat messages to scan, in reverse order.
4057 * @param {number} maxContext The maximum context size of the generation.4058 * @param {number} maxContext The maximum context size of the generation.
4058 * @param {boolean} isDryRun Whether to perform a dry run.4059 * @param {boolean} isDryRun Whether to perform a dry run.
4059 * @typedef {object} WIActivated4060 * @typedef {object} WIActivated