mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 10:14:59 +00:00
add default empty message
This commit is contained in:
parent
11020c8aee
commit
9d4316b1d5
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ class InputOutput:
|
||||||
self.console.print(show_resp)
|
self.console.print(show_resp)
|
||||||
return mdStream
|
return mdStream
|
||||||
|
|
||||||
def print(self, message):
|
def print(self, message=""):
|
||||||
print(message)
|
print(message)
|
||||||
|
|
||||||
def append_chat_history(self, text, linebreak=False, blockquote=False, strip=True):
|
def append_chat_history(self, text, linebreak=False, blockquote=False, strip=True):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue