[fix] posteverything not working

This commit is contained in:
kwaroran
2023-08-09 01:07:22 +09:00
parent a857aeb258
commit f80f1f9e9e
2 changed files with 21 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ export interface ProomptPlain {
}
export interface ProomptTyped {
type: 'persona'|'description'|'authornote'|'lorebook'
type: 'persona'|'description'|'authornote'|'lorebook'|'postEverything'
innerFormat?: string
}