Search
Represents a schema for enum types, converting JSON schema attributes to Elixir struct fields.
@type t() :: %GenAI.Tool.Schema.Enum{ description: String.t() | nil, enum: [String.t()], type: String.t() }