MCPcopy Create free account
hub / github.com/Linen-dev/linen.dev / sendMessage

Method sendMessage

apps/web/ui/Thread/index.tsx:36–36  ·  view source on GitHub ↗
({
    message,
    files,
    channelId,
    threadId,
  }: {
    message: string;
    files: UploadedFile[];
    channelId: string;
    threadId: string;
  })

Source from the content-addressed store, hash-verified

34 token: string | null;
35 expanded?: boolean;
36 sendMessage({
37 message,
38 files,
39 channelId,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected