[feat] add selective option in lorebook
This commit is contained in:
@@ -216,11 +216,13 @@ export interface customscript{
|
||||
|
||||
export interface loreBook{
|
||||
key:string
|
||||
secondkey:string
|
||||
insertorder: number
|
||||
comment: string
|
||||
content: string
|
||||
mode: 'multiple'|'constant'|'normal',
|
||||
alwaysActive: boolean
|
||||
selective:boolean
|
||||
}
|
||||
|
||||
export interface character{
|
||||
|
||||
Reference in New Issue
Block a user