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

Method deleteAIChat

src/services/ai/types.ts:122–122  ·  view source on GitHub ↗
(aiChatId: string)

Source from the content-addressed store, hash-verified

120 createAIChat(sessionId: string, title: string | undefined, assistantId: string): Promise<AIChat>
121 updateAIChatTitle(aiChatId: string, title: string): Promise<boolean>
122 deleteAIChat(aiChatId: string): Promise<boolean>
123
124 // ===== 消息 =====
125 getMessages(aiChatId: string): Promise<AIMessage[]>

Callers 2

registerAiChatRoutesFunction · 0.65
deleteAIChatFunction · 0.65

Implementers 1

FetchAIAdaptersrc/services/ai/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected