MCPcopy
hub / github.com/Aider-AI/aider / tool_error

Method tool_error

aider/io.py:988–990  ·  view source on GitHub ↗
(self, message="", strip=True)

Source from the content-addressed store, hash-verified

986 self.console.print(message, **style)
987
988 def tool_error(self, message="", strip=True):
989 self.num_error_outputs += 1
990 self._tool_message(message, strip, self.tool_error_color)
991
992 def tool_warning(self, message="", strip=True):
993 self._tool_message(message, strip, self.tool_warning_color)

Callers 6

__init__Method · 0.95
read_imageMethod · 0.95
read_textMethod · 0.95
write_textMethod · 0.95
get_inputMethod · 0.95
confirm_askMethod · 0.95

Calls 1

_tool_messageMethod · 0.95

Tested by

no test coverage detected