MCPcopy
hub / github.com/ascending-llc/jarvis-registry / ChatMessage

Interface ChatMessage

cli/src/app.tsx:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22type ChatRole = "system" | "user" | "assistant" | "tool";
23
24interface ChatMessage {
25 id: number;
26 role: ChatRole;
27 text: string;
28}
29
30interface AuthReadyState {
31 status: "ready";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected