export interface RunSubagentToolResultErrorModel { status?: "error"; error: string; }