A valid CharacterBook Entry object following the V2 spec.
https://github.com/malfoyslastname/character-card-spec-v2/blob/main/spec_v2.md
type CharacterBookEntry = { keys: string[] content: string extensions: Record<string, any> enabled: boolean insertion_order: number case_sensitive?: boolean name?: string priority?: number id?: number comment?: string selective?: boolean secondary_keys?: string[] constant?: boolean position?: 'before_char' | 'after_char'} Copy
type CharacterBookEntry = { keys: string[] content: string extensions: Record<string, any> enabled: boolean insertion_order: number case_sensitive?: boolean name?: string priority?: number id?: number comment?: string selective?: boolean secondary_keys?: string[] constant?: boolean position?: 'before_char' | 'after_char'}
Generated using TypeDoc
A valid CharacterBook Entry object following the V2 spec.
https://github.com/malfoyslastname/character-card-spec-v2/blob/main/spec_v2.md