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

Function deleteMessagesFrom

apps/desktop/main/ai/chats.ts:96–98  ·  view source on GitHub ↗
(aiChatId: string, messageId: string)

Source from the content-addressed store, hash-verified

94}
95
96export function deleteMessagesFrom(aiChatId: string, messageId: string) {
97 return getManager().deleteMessagesFrom(aiChatId, messageId)
98}
99
100export function forkAIChat(sourceAIChatId: string, upToMessageId: string, title?: string) {
101 return getManager().forkAIChat(sourceAIChatId, upToMessageId, title)

Callers

nothing calls this directly

Calls 2

getManagerFunction · 0.70
deleteMessagesFromMethod · 0.65

Tested by

no test coverage detected