Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ deleteAIChat
Method
deleteAIChat
src/services/ai/fetch.ts:49–51 ·
view source on GitHub ↗
(aiChatId: string)
Source
from the content-addressed store, hash-verified
47
}
48
49
async
deleteAIChat(aiChatId: string): Promise<boolean> {
50
return
del<boolean>(`/ai/chats/${aiChatId}`)
51
}
52
53
// ===== 消息 =====
54
async
getMessages(aiChatId: string): Promise<AIMessage[]> {
Callers
nothing calls this directly
Calls
1
del
Function · 0.90
Tested by
no test coverage detected