({
userId,
teamId,
chatId,
query,
}: {
userId: string;
teamId: string;
chatId: string;
query: string;
})
| 52 | clearHistory({ userId, chatId }: { userId: string; chatId: string }): Promise<{ teamId: string }>; |
| 53 | |
| 54 | searchWithinChat({ |
| 55 | userId, |
| 56 | teamId, |
| 57 | chatId, |
no outgoing calls
no test coverage detected