MCPcopy
hub / github.com/PromtEngineer/localGPT / ChatSession

Interface ChatSession

src/lib/api.ts:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32export interface ChatSession {
33 id: string;
34 title: string;
35 created_at: string;
36 updated_at: string;
37 model_used: string;
38 message_count: number;
39}
40
41export interface ChatRequest {
42 message: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected