Get path to chat history file.
(self)
| 512 | self.save_preferences() |
| 513 | |
| 514 | def get_history_file(self) -> Path: |
| 515 | """Get path to chat history file.""" |
| 516 | return self.config_dir / "chat_history" |
| 517 | |
| 518 | def get_logs_dir(self) -> Path: |
| 519 | """Get path to logs directory.""" |
no outgoing calls