pub trait SummarizeOutput { // Required method fn into_summary_result(self) -> Result<String, String>; }