diff --git a/src/ts/process/index.ts b/src/ts/process/index.ts index 75c9f3f8..99262c91 100644 --- a/src/ts/process/index.ts +++ b/src/ts/process/index.ts @@ -229,6 +229,9 @@ export async function sendChat(chatProcessIndex = -1,arg:{chatAdditonalTokens?:n const additionalInfo = await additionalInformations(currentChar, currentChat) + if(additionalInfo){ + description += '\n\n' + risuChatParser(additionalInfo, {chara:currentChar}) + } if(currentChar.personality){ description += risuChatParser("\n\nDescription of {{char}}: " + currentChar.personality, {chara: currentChar})