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

Interface CharacterCollection

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

Source from the content-addressed store, hash-verified

45
46/** Collection stored on disk */
47export interface CharacterCollection {
48 activeId: string;
49 items: Record<string, CharacterConfig>;
50}
51
52// ---------------------------------------------------------------------------
53// Default character

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected