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

Method initAttachment

packages/kilo-chat/src/client.ts:250–257  ·  view source on GitHub ↗
(req: AttachmentInitRequest)

Source from the content-addressed store, hash-verified

248
249 async redeliverMessage(conversationId: string, messageId: string): Promise<{ ok: true }> {
250 return this.httpRequest(`/v1/conversations/${conversationId}/messages/${messageId}/redeliver`, {
251 method: 'POST',
252 schema: okResponseSchema,
253 });
254 }
255
256 async executeAction(
257 conversationId: string,
258 messageId: string,
259 req: z.input<typeof executeActionRequestSchema>
260 ): Promise<ExecuteActionResponse> {

Callers 2

useAttachmentQueueFunction · 0.45

Calls 1

httpRequestMethod · 0.95

Tested by

no test coverage detected