/** * This file was auto-generated by Fern from our API Definition. */ /** * Payload for executing a Composio tool with provider id and tool arguments. */ export interface ComposioExecuteToolRequest { provider: "COMPOSIO"; arguments: Record; toolkitVersion?: string | null; integration?: string | null; tool?: string | null; }