MCPcopy
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
17export interface ChatMessage {
18 role: 'user' | 'assistant' | 'system';
19 content: string;
20}
21
22export interface ChatCompletionRequest {
23 repo_url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected