View Source ExOpenAI.Components.ListFilesResponse (ex_openai.ex v1.7.0)
Schema representing a ListFilesResponse within the OpenAI API
Summary
Types
@type t() :: %ExOpenAI.Components.ListFilesResponse{ data: [ExOpenAI.Components.OpenAIFile.t()], object: :list }