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

Schema representing a MessageContentTextAnnotationsFilePathObject within the OpenAI API

Summary

Types

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