mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Skill issue
This commit is contained in:
@@ -3883,6 +3883,7 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
|
|||||||
}
|
}
|
||||||
const depth = coreChat.length - i - 1;
|
const depth = coreChat.length - i - 1;
|
||||||
coreChat[i] = {
|
coreChat[i] = {
|
||||||
|
...coreChat[i],
|
||||||
mes: reasoning.addToMessage(
|
mes: reasoning.addToMessage(
|
||||||
coreChat[i].mes,
|
coreChat[i].mes,
|
||||||
getRegexedString(
|
getRegexedString(
|
||||||
@@ -3891,7 +3892,6 @@ export async function Generate(type, { automatic_trigger, force_name2, quiet_pro
|
|||||||
{ isPrompt: true, depth: depth },
|
{ isPrompt: true, depth: depth },
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
...coreChat[i],
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user