MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / sendTyping

Method sendTyping

packages/kilo-chat/src/client.ts:184–189  ·  view source on GitHub ↗
(conversationId: string)

Source from the content-addressed store, hash-verified

182 return this.httpRequest(`/v1/conversations/${conversationId}`, {
183 method: 'PATCH',
184 body,
185 schema: okResponseSchema,
186 });
187 }
188
189 async leaveConversation(conversationId: string): Promise<void> {
190 await this.httpRequest(`/v1/conversations/${conversationId}/leave`, {
191 method: 'POST',
192 schema: voidSchema,

Callers 6

client.test.tsFile · 0.80
useTypingSenderFunction · 0.80
sendTypingPingIfDueFunction · 0.80
client.test.tsFile · 0.80
buildTypingParamsFunction · 0.80

Calls 1

httpRequestMethod · 0.95

Tested by

no test coverage detected