Search
Represents a schema for integer types, converting JSON schema attributes to Elixir struct fields.
@type t() :: %GenAI.Tool.Schema.Integer{ description: String.t() | nil, exclusive_maximum: boolean() | nil, exclusive_minimum: boolean() | nil, maximum: integer() | nil, minimum: integer() | nil, multiple_of: integer() | nil, type: String.t() }