Add optional {{mesExamples}} to story string

This commit is contained in:
Cohee 2023-11-26 19:47:23 +02:00
parent e587f208be
commit f04c277f03

View File

@ -3146,6 +3146,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
wiAfter: worldInfoAfter,
loreBefore: worldInfoBefore,
loreAfter: worldInfoAfter,
mesExamples: mesExamplesArray.join(''),
};
const storyString = renderStoryString(storyStringParams);