Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/showlab/computer_use_ootb
/ ToolError
Class
ToolError
computer_use_demo/tools/base.py:65–69 ·
view source on GitHub ↗
Raised when a tool encounters an error.
Source
from the content-addressed store, hash-verified
63
64
65
class
ToolError(Exception):
66
""
"Raised when a tool encounters an error."
""
67
68
def
__init__(self, message):
69
self.message = message
Callers
15
stop
Method · 0.85
run
Method · 0.85
__call__
Method · 0.85
__call__
Method · 0.85
validate_path
Method · 0.85
view
Method · 0.85
str_replace
Method · 0.85
insert
Method · 0.85
undo_edit
Method · 0.85
read_file
Method · 0.85
write_file
Method · 0.85
__call__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected