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

Method searchWithinChat

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

Source from the content-addressed store, hash-verified

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

Callers 1

team-member.tsFile · 0.65

Implementers 1

ChatClassapi/server/models/Chat.ts

Calls

no outgoing calls

Tested by

no test coverage detected