MCPcopy Create free account
hub / github.com/coderabbit214/bibliothecarius / ChatMessage

Interface ChatMessage

web/models/chat.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export interface ChatMessage {
16 userMessage?: string;
17 aiMessage: string[];
18}
19
20export interface ChatConversation {
21 contextId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected