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

Schema representing a ListFilesResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ListFilesResponse{
  data: [ExOpenAI.Components.OpenAIFile.t()],
  first_id: String.t(),
  has_more: boolean(),
  last_id: String.t(),
  object: String.t()
}