Nous.Errors.ToolError exception (nous v0.16.3)
View SourceError during tool execution.
Raised when a tool function fails during execution.
Summary
Types
@type t() :: %Nous.Errors.ToolError{ __exception__: true, attempt: non_neg_integer() | nil, message: String.t(), original_error: any(), tool_name: String.t() | nil }