Files
openclaw/src/agents/pi-embedded-messaging.types.ts
2026-05-04 01:35:58 +01:00

10 lines
172 B
TypeScript

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