Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
64
export
function
deleteAIChat(aiChatId: string) {
65
return
getManager().deleteAIChat(aiChatId)
66
}
67
68
export
function
addMessage(
69
aiChatId: string,
Callers
nothing calls this directly
Calls
2
getManager
Function · 0.70
deleteAIChat
Method · 0.65
Tested by
no test coverage detected