ExOpenAI.Components.ListFilesResponse (ex_openai.ex v1.2.1) View Source
Schema representing a ListFilesResponse within the OpenAI API
Link to this section Summary
Link to this section Types
Specs
t() :: %ExOpenAI.Components.ListFilesResponse{ data: [ExOpenAI.Components.OpenAIFile.t()], object: String.t() }