Provides struct and type for a Response.Input.FileContent
@type t() :: %OpenAi.Response.Input.FileContent{ file_data: String.t() | nil, file_id: String.t() | nil, filename: String.t() | nil, type: String.t() }