export interface StreamingErrorResponse { detail?: string; status?: number; title?: string; }