MCPcopy
hub / github.com/microsoft/JARVIS / CleanChatMessage

Interface CleanChatMessage

hugginggpt/web/src/types/index.ts:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6 }
7
8export interface CleanChatMessage {
9 role: "user" | "assistant" | "system";
10 content: string;
11}
12
13export interface Collection {
14 chatgpt: {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected