Nous.Errors.ToolTimeout exception (nous v0.16.3)
View SourceError when a tool execution times out.
Raised when a tool takes longer than its configured timeout.
Summary
Types
@type t() :: %Nous.Errors.ToolTimeout{ __exception__: true, message: String.t(), timeout: non_neg_integer() | nil, tool_name: String.t() | nil }