[feat] prompt template memory

This commit is contained in:
kwaroran
2023-09-09 08:57:29 +09:00
parent a122e1cc5d
commit 5a0547c688
4 changed files with 32 additions and 5 deletions

View File

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