View Source ExOpenAI.Components.MessageDeltaContentTextAnnotationsFileCitationObject (ex_openai.ex v1.7.0)

Schema representing a MessageDeltaContentTextAnnotationsFileCitationObject within the OpenAI API

Summary

Types

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