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