Skip to content

Commit f5e6e0e

Browse files
authored
Added Vector Store File List properties that allow for pagination (#891)
1 parent d10f1b8 commit f5e6e0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

vector_store.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ type VectorStoreFileRequest struct {
8383

8484
type VectorStoreFilesList struct {
8585
VectorStoreFiles []VectorStoreFile `json:"data"`
86+
FirstID *string `json:"first_id"`
87+
LastID *string `json:"last_id"`
88+
HasMore bool `json:"has_more"`
8689

8790
httpHeader
8891
}

0 commit comments

Comments
 (0)