View Source ExOpenAI.Components.VectorStoreFileContentResponse (ex_openai.ex v1.8.0)

Schema representing a VectorStoreFileContentResponse within the OpenAI API

Summary

Types

@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"
}