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

Method tool_error

aider/gui.py:25–27  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

23 super().tool_output(msg, log_only=log_only)
24
25 def tool_error(self, msg):
26 self.lines.append(msg)
27 super().tool_error(msg)
28
29 def tool_warning(self, msg):
30 self.lines.append(msg)

Callers 15

__init__Method · 0.45
commitMethod · 0.45
get_commit_messageMethod · 0.45
get_diffsMethod · 0.45
get_tracked_filesMethod · 0.45
offer_openrouter_oauthFunction · 0.45
exchange_code_for_keyFunction · 0.45
cmd_chat_modeMethod · 0.45
cmd_webMethod · 0.45
do_runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected