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

Function deleteMessage

apps/desktop/main/ai/chats.ts:92–94  ·  view source on GitHub ↗
(messageId: string)

Source from the content-addressed store, hash-verified

90}
91
92export function deleteMessage(messageId: string) {
93 return getManager().deleteMessage(messageId)
94}
95
96export function deleteMessagesFrom(aiChatId: string, messageId: string) {
97 return getManager().deleteMessagesFrom(aiChatId, messageId)

Callers

nothing calls this directly

Calls 2

deleteMessageMethod · 0.80
getManagerFunction · 0.70

Tested by

no test coverage detected