Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AsyncFuncAI/deepwiki-open
/ ChatMessage
Interface
ChatMessage
src/utils/websocketClient.ts:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
};
16
17
export
interface
ChatMessage {
18
role:
'user'
|
'assistant'
|
'system'
;
19
content: string;
20
}
21
22
export
interface
ChatCompletionRequest {
23
repo_url: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected