MCPcopy Create free account
hub / github.com/experdot/pointer / FileAttachment

Interface FileAttachment

src/shared/ai.ts:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export interface FileAttachment {
14 id: string
15 name: string
16 type: string
17 size: number
18 localPath: string
19 createdAt: number
20}
21
22export type AIContentPart =
23 | { type: 'text'; text: string }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected