AnthropicMessageRequestToolsInner model.
Summary
Types
@type t() :: %ExBifrost.Model.AnthropicMessageRequestToolsInner{ allowed_domains: [String.t()] | nil, blocked_domains: [String.t()] | nil, cache_control: ExBifrost.Model.CacheControl.t() | nil, description: String.t() | nil, display_height_px: integer() | nil, display_number: integer() | nil, display_width_px: integer() | nil, enable_zoom: boolean() | nil, input_schema: map() | nil, max_uses: integer() | nil, name: String.t() | nil, type: String.t() | nil, user_location: ExBifrost.Model.AnthropicMessageRequestToolsInnerUserLocation.t() | nil }