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

Method tool_warning

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

Source from the content-addressed store, hash-verified

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)
994
995 def tool_output(self, *messages, log_only=False, bold=False):
996 if messages:

Callers 5

__init__Method · 0.95
add_to_input_historyMethod · 0.95
log_llm_historyMethod · 0.95
assistant_outputMethod · 0.95
ring_bellMethod · 0.95

Calls 1

_tool_messageMethod · 0.95

Tested by

no test coverage detected