Schema representing a VectorStoreFileContentResponse within the OpenAI API
@type t() :: %ExOpenAI.Components.VectorStoreFileContentResponse{ data: [%{text: String.t(), type: String.t()}], has_more: boolean(), next_page: String.t(), object: :"vector_store.file_content.page" }