Added Vector Store File List properties that allow for pagination (#891)
This commit is contained in:
@@ -83,6 +83,9 @@ type VectorStoreFileRequest struct {
|
|||||||
|
|
||||||
type VectorStoreFilesList struct {
|
type VectorStoreFilesList struct {
|
||||||
VectorStoreFiles []VectorStoreFile `json:"data"`
|
VectorStoreFiles []VectorStoreFile `json:"data"`
|
||||||
|
FirstID *string `json:"first_id"`
|
||||||
|
LastID *string `json:"last_id"`
|
||||||
|
HasMore bool `json:"has_more"`
|
||||||
|
|
||||||
httpHeader
|
httpHeader
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user