Schema representing a UrlCitation within the OpenAI API
@type t() :: %ExOpenAI.Components.UrlCitation{ end_index: integer(), start_index: integer(), title: String.t(), type: :url_citation, url: String.t() }