Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
export
interface
ChatMessage {
16
role:
'user'
|
'assistant'
|
'system'
17
content: string
18
}
19
20
export
interface
AIRequest {
21
requestId: string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected