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

Schema representing a ListFilesResponse within the OpenAI API

Summary

Types

@type t() :: %ExOpenAI.Components.ListFilesResponse{
  data: [ExOpenAI.Components.OpenAIFile.t()],
  object: :list
}