MCPcopy Index your code
hub / github.com/enowdev/enowX-Coder / Message

Interface Message

src/types/index.ts:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17export interface Message {
18
19 id: string;
20 sessionId: string;
21 role: 'user' | 'assistant' | 'system';
22 content: string;
23 createdAt: string;
24}
25
26export interface Provider {
27 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected