Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@uipreliga
Copy link
Collaborator

  • Add PaginationLimitError exception class with unified create() factory method
  • Add _MAX_AUTO_PAGINATION_PAGES=10 class constant
  • Add pagination limits to all auto-paginating methods:
    • list() and list_async() - offset-based (100/50 items per page)
    • list_files() and list_files_async() - token-based (500 items per page)
    • get_files() and get_files_async() - glob pattern-based (500 items per page)
  • Provide context-aware error messages with conditional filter guidance
  • Add comprehensive test coverage (14 tests) for all edge cases

@github-actions github-actions bot added test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository labels Nov 11, 2025
@uipreliga uipreliga force-pushed the feat/buckets-pagination-limits branch from a4b9a97 to 4ef1140 Compare November 14, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test:uipath-langchain Triggers tests in the uipath-langchain-python repository test:uipath-llamaindex Triggers tests in the uipath-llamaindex-python repository

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants