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

Interface FileAttachment

src/main/aiHandler.ts:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18export interface FileAttachment {
19 id: string
20 name: string
21 type: string
22 size: number
23 localPath: string
24 createdAt: number
25}
26
27export interface ChatMessage {
28 role: 'user' | 'assistant' | 'system'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected