export interface AiAgentActionResponse { toolId: string; content: string; } export interface AiAgentArtificialActionResponse { toolId: string; content: string; } //# sourceMappingURL=AiAgentActionResponse.d.ts.map