(self, idx, entry)
| 40 | self._console.print(f"\n[green][bold]Bot: [/bold][/green]") |
| 41 | |
| 42 | def print_history_item(self, idx, entry): |
| 43 | summary = entry[:self._console.width - 20] |
| 44 | self._console.print(f"[bold]{idx:>4}: [/bold] {summary}...") |
| 45 | |
| 46 | def file_prompt(self): |
| 47 | return prompt( |