View Source OpenAi.File.Path (OpenAI REST API Client v1.0.0)

Provides struct and type for a File.Path

Summary

Types

@type t() :: %OpenAi.File.Path{
  file_id: String.t(),
  index: integer(),
  type: String.t()
}