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

Schema representing a MessageDeltaContentTextAnnotationsFilePathObject within the OpenAI API

Summary

Types

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