({
message,
files,
channelId,
threadId,
}: {
message: string;
files: UploadedFile[];
channelId: string;
threadId: string;
})
| 34 | token: string | null; |
| 35 | expanded?: boolean; |
| 36 | sendMessage({ |
| 37 | message, |
| 38 | files, |
| 39 | channelId, |
nothing calls this directly
no outgoing calls
no test coverage detected