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