refactor persona prompt

This commit is contained in:
kwaroran
2024-07-29 23:40:45 +09:00
parent 9d5b5da351
commit 634056b0cb
3 changed files with 5 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ export function getUserIcon(){
return db.userIcon ?? ''
}
export function getUserPersonaDesc(){
export function getPersonaPrompt(){
const db = get(DataBase)
return db.personaPrompt ?? ''
}