MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / deleteAIChat

Function deleteAIChat

apps/desktop/main/ai/chats.ts:64–66  ·  view source on GitHub ↗
(aiChatId: string)

Source from the content-addressed store, hash-verified

62}
63
64export function deleteAIChat(aiChatId: string) {
65 return getManager().deleteAIChat(aiChatId)
66}
67
68export function addMessage(
69 aiChatId: string,

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
deleteAIChatMethod · 0.65

Tested by

no test coverage detected