Skill issue

0fb9884ab8bcca2b43e2f2617117b197f5cda3f2

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/script.js+1 -1
@@ -3883,6 +3883,7 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
38833883 }
38843884 const depth = coreChat.length - i - 1;
38853885 coreChat[i] = {
3886+ ...coreChat[i],
38863887 mes: reasoning.addToMessage(
38873888 coreChat[i].mes,
38883889 getRegexedString(
@@ -3891,7 +3892,6 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
38913892 { isPrompt: true, depth: depth },
38923893 ),
38933894 ),
3894- ...coreChat[i],
38953895 };
38963896 }
38973897