style: Format tool output message

This commit is contained in:
Paul Gauthier (aider) 2024-12-16 12:13:35 -08:00
parent 0f7c4a8d4f
commit 9ae04cf1ec

View file

@ -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: