MistralClient.Models.FileList (mistralex_ai v0.1.0)
View SourceRepresents a list of files response with pagination.
Summary
Functions
Create a file list from a map.
Types
@type t() :: %MistralClient.Models.FileList{ data: [MistralClient.Models.File.t()], has_more: boolean() | nil, object: String.t() | nil, total: integer() | nil }