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

Interface ChatSession

demo/chat/session.ts:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export interface ChatSession {
12 id: string;
13 createdAt: string;
14 updatedAt: string;
15 messages: ChatMessage[];
16}
17
18const STORAGE_KEY = "htmlstream-chat-session-v1";
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected