| 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 scanned | 4056 | * @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} WIActivated | 4060 | * @typedef {object} WIActivated |