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

Schema representing a FilePath within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.FilePath{
  file_id: String.t(),
  index: integer(),
  type: :file_path
}