Nous.Errors.ToolTimeout exception (nous v0.16.1)

View Source

Error when a tool execution times out.

Raised when a tool takes longer than its configured timeout.

Summary

Types

t()

@type t() :: %Nous.Errors.ToolTimeout{
  __exception__: true,
  message: String.t(),
  timeout: non_neg_integer() | nil,
  tool_name: String.t() | nil
}