MCPcopy Create free account
hub / github.com/AsyncFuncAI/deepwiki-open / Message

Interface Message

src/components/Ask.tsx:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24interface Message {
25 role: 'user' | 'assistant' | 'system';
26 content: string;
27}
28
29interface ResearchStage {
30 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected