MCPcopy
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
6export interface Message {
7 role: Role;
8 content: string;
9}
10
11export type Role = 'assistant' | 'user';
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected