wip: Added chat history message for new session.

This commit is contained in:
Paul Gauthier 2023-05-12 14:48:29 -07:00
parent ca6a214b1a
commit 0d11873683

View file

@ -64,6 +64,8 @@ class InputOutput:
else:
self.console = Console(force_terminal=True, no_color=True)
self.append_chat_history('# New session started', False)
def canned_input(self, show_prompt):
console = Console()