mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-07 23:58:42 +01:00
Add optional {{mesExamples}} to story string
This commit is contained in:
parent
e587f208be
commit
f04c277f03
@ -3146,6 +3146,7 @@ async function Generate(type, { automatic_trigger, force_name2, resolve, reject,
|
|||||||
wiAfter: worldInfoAfter,
|
wiAfter: worldInfoAfter,
|
||||||
loreBefore: worldInfoBefore,
|
loreBefore: worldInfoBefore,
|
||||||
loreAfter: worldInfoAfter,
|
loreAfter: worldInfoAfter,
|
||||||
|
mesExamples: mesExamplesArray.join(''),
|
||||||
};
|
};
|
||||||
|
|
||||||
const storyString = renderStoryString(storyStringParams);
|
const storyString = renderStoryString(storyStringParams);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user