Files
openclaw/src/agents/pi-embedded-messaging.types.ts
T
2026-04-11 20:42:19 +01:00

8 lines
131 B
TypeScript

export type MessagingToolSend = {
tool: string;
provider: string;
accountId?: string;
to?: string;
threadId?: string;
};