MCPcopy Create free account
hub / github.com/MiniMax-AI/OpenRoom / CharacterConfig

Interface CharacterConfig

apps/webuiapps/src/lib/characterManager.ts:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface CharacterConfig {
38 id: string;
39 character_name: string;
40 character_gender_desc: string;
41 character_desc: string;
42 character_emotion_list: readonly string[];
43 character_meta_info?: CharacterMetaInfo;
44}
45
46/** Collection stored on disk */
47export interface CharacterCollection {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected