Log which entries actually end in the prompt
| @@ -3976,7 +3976,7 @@ async function checkWorldInfo(chat, maxContext, isDryRun) { | ||
| 3976 | 3976 | buffer.resetExternalEffects(); |
| 3977 | 3977 | timedEffects.cleanUp(); |
| 3978 | 3978 | |
| 3979 | 3979 | console.debuglog(`[WI] Adding ${allActivatedEntries.size} entries to prompt`, Array.from(allActivatedEntries)); |
| 3980 | 3980 | console.debug('[WI] --- DONE ---'); |
| 3981 | 3981 | |
| 3982 | 3982 | return { worldInfoBefore, worldInfoAfter, EMEntries, WIDepthEntries, allActivatedEntries }; |