Fix itemize without extensions running

This commit is contained in:
SillyLossy
2023-05-14 00:33:10 +03:00
parent 833d0ac02f
commit cace7fa96d

View File

@ -2128,8 +2128,8 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
mesId: count_view_mes, mesId: count_view_mes,
worldInfoBefore: worldInfoBefore, worldInfoBefore: worldInfoBefore,
allAnchors: allAnchors, allAnchors: allAnchors,
summarizeString: extension_prompts['1_memory'].value, summarizeString: (extension_prompts['1_memory']?.value || ''),
authorsNoteString: extension_prompts['2_floating_prompt'].value, authorsNoteString: (extension_prompts['2_floating_prompt']?.value || ''),
worldInfoString: worldInfoString, worldInfoString: worldInfoString,
storyString: storyString, storyString: storyString,
worldInfoAfter: worldInfoAfter, worldInfoAfter: worldInfoAfter,