[feat] added v2 spec additions to character

This commit is contained in:
kwaroran
2023-05-11 19:51:24 +09:00
parent 4ac8c71fe6
commit 52bd20d3fb
6 changed files with 70 additions and 20 deletions

View File

@@ -238,6 +238,16 @@ export interface character{
customscript: customscript[]
utilityBot: boolean
exampleMessage:string
creatorNotes:string
systemPrompt:string
postHistoryInstructions:string
alternateGreetings:string[]
tags:string[]
creator:string
characterVersion: number
personality:string
scenario:string
}
export interface groupChat{