Schema representing a WebSearchLocation within the OpenAI API
@type t() :: %ExOpenAI.Components.WebSearchLocation{ city: String.t() | nil, country: String.t() | nil, region: String.t() | nil, timezone: String.t() | nil }