MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / JsonlHeader

Interface JsonlHeader

packages/parser/src/formats/chatlab-jsonl.ts:37–52  ·  view source on GitHub ↗

Header 行结构

Source from the content-addressed store, hash-verified

35
36/** Header 行结构 */
37interface JsonlHeader {
38 _type: 'header'
39 chatlab: {
40 version: string
41 exportedAt: number
42 generator?: string
43 description?: string
44 }
45 meta: {
46 name: string
47 platform: string
48 type: string
49 groupId?: string
50 groupAvatar?: string
51 }
52}
53
54/** Member 行结构 */
55interface JsonlMember {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected