Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/guangzhengli/ChatFiles
/ Message
Interface
Message
types/index.ts:6–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
}
5
6
export
interface
Message {
7
role: Role;
8
content: string;
9
}
10
11
export
type
Role =
'assistant'
|
'user'
;
12
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected