[feat] depth promp

This commit is contained in:
kwaroran
2023-11-09 13:49:46 +09:00
parent d4fa526dab
commit 1d5edf710d
6 changed files with 47 additions and 4 deletions

View File

@@ -290,7 +290,10 @@ export function characterFormatUpdate(index:number|character){
cha.postHistoryInstructions = null
}
cha.additionalText ??= ''
cha.depth_prompt ??= {
depth: 0,
prompt: ''
}
}
else{
if((!cha.characterTalks) || cha.characterTalks.length !== cha.characters.length){