Type alias BackfilledV2

BackfilledV2: V1 & V2

A valid Character Card object following the V2 spec, with V1 fields backfilled.

https://github.com/malfoyslastname/character-card-spec-v2/blob/main/spec_v2.md

type BackfilledV2 = {
name: string
description: string
personality: string
scenario: string
first_mes: string
mes_example: string
spec: 'chara_card_v2'
spec_version: string
data: {
name: string
description: string
personality: string
scenario: string
first_mes: string
mes_example: string
extensions: Record<string, any>
creator_notes: string
system_prompt: string
post_history_instructions: string
alternate_greetings: string[]
character_book?: CharacterBook
tags: string[]
creator: string
character_version: string
extensions: Record<string, any>
}
}

Generated using TypeDoc