Schema representing a FilePath within the OpenAI API
@type t() :: %ExOpenAI.Components.FilePath{ file_id: String.t(), index: integer(), type: :file_path }