Show the final AI response cleanly.
(text)
| 108 | border_style='dim', box=box.ROUNDED)) |
| 109 | |
| 110 | def show_response(text): |
| 111 | """Show the final AI response cleanly.""" |
| 112 | console.print() |
| 113 | console.print(f' [bold green]✓[/bold green] {text}') |
| 114 | console.print() |
| 115 | |
| 116 | def show_error(text): |
| 117 | """Show an error message.""" |