View Source ExOpenAI.Components.UrlCitation (ex_openai.ex v1.8.0)

Schema representing a UrlCitation within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.UrlCitation{
  end_index: integer(),
  start_index: integer(),
  title: String.t(),
  type: :url_citation,
  url: String.t()
}