MCPcopy
hub / github.com/benjitaylor/agentation / ChatMessage

Interface ChatMessage

package/example/src/app/components/FeaturesDemo.tsx:2373–2379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2371// AGENT CHAT DEMO (exported)
2372// ============================================================
2373interface ChatMessage {
2374 role: "user" | "agent" | "diff";
2375 text: string;
2376 progress: number; // 0 to 1
2377 isTyping?: boolean;
2378 files?: { name: string; added: number; removed: number }[];
2379}
2380
2381// ============================================================
2382// LAYOUT MODE DEMO (tabbed: Add + Rearrange)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…