export type MessagingToolSend = { tool: string; provider: string; accountId?: string; to?: string; threadId?: string; text?: string; mediaUrls?: string[]; };