MCPcopy Create free account
hub / github.com/async-labs/async / delete

Method delete

api/server/models/Chat.ts:50–50  ·  view source on GitHub ↗
({ userId, chatId }: { userId: string; chatId: string })

Source from the content-addressed store, hash-verified

48 }): Promise<{ newOrUpdatedChat: IChatDocument; initialMessages: IMessageDocument[] }>;
49
50 delete({ userId, chatId }: { userId: string; chatId: string }): Promise<{ teamId: string }>;
51
52 clearHistory({ userId, chatId }: { userId: string; chatId: string }): Promise<{ teamId: string }>;
53

Callers 5

team-member.tsFile · 0.65
deleteTeamMethod · 0.65
deleteMethod · 0.65

Implementers 1

ChatClassapi/server/models/Chat.ts

Calls

no outgoing calls

Tested by

no test coverage detected