OpenAI::VectorStoreFileContentResponse
Inherits JSON::Serializable < Reference < Object
Represents the parsed content of a vector store file.
Constructors
new(pull : JSON::PullParser)
Sourcenew(object : VectorStoreFileContentResponseObject = VectorStoreFileContentResponseObject::VectorStoreFileContentPage, data : Array(VectorStoreFileContentResponseDataItem) = [] of VectorStoreFileContentResponseDataItem, has_more : Bool = false, next_page : VectorStoreFileContentResponseNextPage = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
next_page
Sourcenext_page=(next_page : VectorStoreFileContentResponseNextPage)
Sourceobject=(object : VectorStoreFileContentResponseObject)
The object type, which is always vector_store.file_content.page