Add back chat param

994f51c18eed892f0384226968754555ed3d67a4

Crow <bismuthglass@protonmail.com>

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