mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 03:35:00 +00:00
Merge branch 'main' into swe-bench
This commit is contained in:
commit
fa0aa60c97
8 changed files with 72 additions and 40 deletions
|
@ -325,7 +325,7 @@ class InputOutput:
|
|||
|
||||
return res
|
||||
|
||||
def tool_error(self, message, strip=True):
|
||||
def tool_error(self, message="", strip=True):
|
||||
self.num_error_outputs += 1
|
||||
|
||||
if message.strip():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue