We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10f1b8 commit f5e6e0eCopy full SHA for f5e6e0e
vector_store.go
@@ -83,6 +83,9 @@ type VectorStoreFileRequest struct {
83
84
type VectorStoreFilesList struct {
85
VectorStoreFiles []VectorStoreFile `json:"data"`
86
+ FirstID *string `json:"first_id"`
87
+ LastID *string `json:"last_id"`
88
+ HasMore bool `json:"has_more"`
89
90
httpHeader
91
}
0 commit comments