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

Class

packages/kilo-chat/src/client.ts:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75// Accept any response body for fire-and-forget endpoints. The server may
76// return `{}` (200) or no body (204); the client doesn't inspect either.
77const voidSchema = z.unknown();
78
79export class KiloChatClient {
80 private readonly es: KiloChatClientConfig['eventService'];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected