mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix itemize without extensions running
This commit is contained in:
@ -2128,8 +2128,8 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
|
||||
mesId: count_view_mes,
|
||||
worldInfoBefore: worldInfoBefore,
|
||||
allAnchors: allAnchors,
|
||||
summarizeString: extension_prompts['1_memory'].value,
|
||||
authorsNoteString: extension_prompts['2_floating_prompt'].value,
|
||||
summarizeString: (extension_prompts['1_memory']?.value || ''),
|
||||
authorsNoteString: (extension_prompts['2_floating_prompt']?.value || ''),
|
||||
worldInfoString: worldInfoString,
|
||||
storyString: storyString,
|
||||
worldInfoAfter: worldInfoAfter,
|
||||
|
Reference in New Issue
Block a user