mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
cleaner logging, avoid func formats with old models
This commit is contained in:
parent
6471b89033
commit
1251285ac8
2 changed files with 5 additions and 3 deletions
|
@ -610,9 +610,7 @@ class Coder:
|
|||
# TODO: push this into subclasses
|
||||
args = self.parse_partial_args()
|
||||
if args:
|
||||
explanation = args.get("explanation")
|
||||
if explanation:
|
||||
self.io.ai_output(json.dumps(args, indent=4))
|
||||
self.io.ai_output(json.dumps(args, indent=4))
|
||||
|
||||
return interrupted
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue