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

Method deleteMessagesFrom

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

Source from the content-addressed store, hash-verified

133 tokenUsage?: TokenUsageData
134 ): Promise<AIMessage>
135 deleteMessagesFrom(aiChatId: string, messageId: string): Promise<void>
136 forkAIChat(sourceAIChatId: string, upToMessageId: string, title?: string): Promise<AIChat>
137 updateMessageContent(messageId: string, newContent: string): Promise<void>
138 deleteAndRelinkMessage(aiChatId: string, messageId: string): Promise<void>

Callers 4

registerAiChatRoutesFunction · 0.65
chats.test.tsFile · 0.65
deleteMessagesFromFunction · 0.65
editAndOverwriteAllFunction · 0.65

Implementers 1

FetchAIAdaptersrc/services/ai/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected