diff --git a/aider/coders/base_coder.py b/aider/coders/base_coder.py index ab8d4f6bf..f6c4c3736 100755 --- a/aider/coders/base_coder.py +++ b/aider/coders/base_coder.py @@ -1240,6 +1240,7 @@ class Coder: f"\nInput tokens ({input_tokens:,}) exceeds model's" f" {max_input_tokens:,} token limit!" ) + # turn these into tool_output ai! self.io.tool_error("Try:") self.io.tool_error("- Use /drop to remove unneeded files from the chat") self.io.tool_error("- Use /clear to clear the chat history")