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

Interface ChatMessage

src/shared/ai.ts:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 | { type: 'image_url'; image_url: { url: string } }
25
26export interface ChatMessage {
27 role: 'user' | 'assistant' | 'system'
28 content: string | AIContentPart[]
29 attachments?: FileAttachment[]
30}
31
32export interface AIRequest {
33 requestId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected