export interface RunSubagentToolResultSuccessModel { status?: "success"; query: string; agentResponse: string; }