MCPcopy Create free account
hub / github.com/Alphanimble/htmlstream / Message

Interface Message

demo/App.tsx:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186interface Message {
187 id: string;
188 role: "user" | "ai";
189 content: string;
190 done: boolean;
191}
192
193function settleScrollBottom(
194 container: HTMLElement | null,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected