Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AstrBotDevs/AstrBot
/ _raise_tools_error
Function
_raise_tools_error
astrbot/dashboard/api/tools.py:94–95 ·
view source on GitHub ↗
(exc: ToolsServiceError)
Source
from the content-addressed store, hash-verified
92
93
94
def
_raise_tools_error(exc: ToolsServiceError) -> None:
95
raise
ApiError(str(exc))
from
exc
96
97
98
async
def
_run(
Callers
1
_run
Function · 0.85
Calls
1
ApiError
Class · 0.90
Tested by
no test coverage detected