add markdown format only to final_output and fix todo duplication
This commit is contained in:
@@ -105,4 +105,9 @@ impl UiWriter for MachineUiWriter {
|
||||
// Default to first option (index 0) for automation
|
||||
0
|
||||
}
|
||||
|
||||
fn print_final_output(&self, summary: &str) {
|
||||
println!("FINAL_OUTPUT:");
|
||||
println!("{}", summary);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user