export interface AiAgentActionRequest {
    name: string;
    toolId: string;
    arguments: string;
}
//# sourceMappingURL=AiAgentActionRequest.d.ts.map