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

Method onConversationLeft

packages/kilo-chat/src/client.ts:397–399  ·  view source on GitHub ↗
(handler: (ctx: string, e: ConversationLeftEvent) => void)

Source from the content-addressed store, hash-verified

395
396 onTyping(handler: (ctx: string, e: TypingEvent) => void): () => void {
397 return this.on('typing', handler);
398 }
399
400 onTypingStop(handler: (ctx: string, e: TypingEvent) => void): () => void {
401 return this.on('typing.stop', handler);
402 }

Callers 1

Calls 1

onMethod · 0.95

Tested by

no test coverage detected