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

Interface ChatMessage

src/preload/index.d.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface ChatMessage {
16 role: 'user' | 'assistant' | 'system'
17 content: string
18}
19
20export interface AIRequest {
21 requestId: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected