[feat] basic js run in character

This commit is contained in:
kwaroran
2023-11-08 14:46:15 +09:00
parent 23e0d5f6bc
commit e7ca31ff39
9 changed files with 272 additions and 16 deletions

View File

@@ -77,7 +77,7 @@
cha.push({
role: 'user',
data: processScript(char,messageInput,'editinput'),
data: await processScript(char,messageInput,'editinput'),
time: Date.now()
})
}