mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
style: Format tool output message
This commit is contained in:
parent
0f7c4a8d4f
commit
9ae04cf1ec
1 changed files with 3 additions and 1 deletions
|
@ -158,7 +158,9 @@ class FileWatcher:
|
|||
rel_fname = self.coder.get_rel_fname(fname)
|
||||
self.io.tool_output(f"Added {rel_fname} to the chat")
|
||||
if not has_action:
|
||||
self.io.tool_output("Use AI! to request changes or AI? to ask questions about the code")
|
||||
self.io.tool_output(
|
||||
"Use AI! to request changes or AI? to ask questions about the code"
|
||||
)
|
||||
self.io.tool_output()
|
||||
|
||||
if not has_action:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue