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,
|
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,
|
||||||
|
Reference in New Issue
Block a user