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

Method onMessageCreated

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

Source from the content-addressed store, hash-verified

349
350 return this.httpRequest(`/v1/conversations/${conversationId}/messages`, {
351 query,
352 schema: messageListResponseSchema,
353 });
354 }
355
356 // ── Typed event subscriptions ─────────────────────────────────────────────

Callers 1

useMessageCacheUpdaterFunction · 0.80

Calls 1

onMethod · 0.95

Tested by

no test coverage detected