-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pagination options to ListFiles request
List files follows the same pattern as the other endpoints and accepts a limit, start id, and order. It returns has_more if there are more entries along with the start and end id. This doesn't seem to be in the current documentation here: https://platform.openai.com/docs/api-reference/files/list However this is the behaviour and it matches other endpoints. Without this change this client doesn't let you paginate through your files, which we would love to do!
- Loading branch information
Showing
2 changed files
with
47 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters