Nous.Errors.ToolError exception (nous v0.16.0)

View Source

Error during tool execution.

Raised when a tool function fails during execution.

Summary

Types

t()

@type t() :: %Nous.Errors.ToolError{
  __exception__: true,
  attempt: non_neg_integer() | nil,
  message: String.t(),
  original_error: any(),
  tool_name: String.t() | nil
}