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

Method clearHistory

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

Source from the content-addressed store, hash-verified

50 delete({ userId, chatId }: { userId: string; chatId: string }): Promise<{ teamId: string }>;
51
52 clearHistory({ userId, chatId }: { userId: string; chatId: string }): Promise<{ teamId: string }>;
53
54 searchWithinChat({
55 userId,

Callers 1

team-member.tsFile · 0.65

Implementers 1

ChatClassapi/server/models/Chat.ts

Calls

no outgoing calls

Tested by

no test coverage detected