View Source ExOpenAI.Components.MessageContentTextAnnotationsFileCitationObject (ex_openai.ex v1.5.1)

Schema representing a MessageContentTextAnnotationsFileCitationObject within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.MessageContentTextAnnotationsFileCitationObject{
  end_index: integer(),
  file_citation: %{file_id: String.t(), quote: String.t()},
  start_index: integer(),
  text: String.t(),
  type: :file_citation
}