dragon.ai.agent.utils.errors.ToolExecutionError
- exception ToolExecutionError[source]
Bases:
AgentErrorA tool call (MCP or local) raised an exception.
Attributes
- tool_namestr
The name of the tool that failed.
- tool_argsdict
The arguments passed to the tool.
- originalException
The underlying exception from the tool.