Skip to content

Conversation

@joseharriaga
Copy link
Collaborator

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes custom pagination implementation files for VectorStores, Responses, and Batch resources, replacing them with auto-generated pagination code. The custom implementation is no longer needed as pagination is now handled by the code generation pipeline.

Key Changes:

  • Removed custom pagination page tokens and collection results for VectorStores, VectorStoreFiles, VectorStoreFileBatches
  • Removed custom pagination page tokens and collection results for ResponseItems
  • Removed custom pagination page tokens and collection results for Batches

Reviewed Changes

Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.

Show a summary per file
File Description
VectorStoreFileCollectionPageToken.cs Deleted custom page token implementation for vector store files
VectorStoreFileBatchCollectionPageToken.cs Deleted custom page token implementation for vector store file batches
VectorStoreCollectionResult.cs Deleted custom collection result implementation for vector stores
VectorStoreCollectionPageToken.cs Deleted custom page token implementation for vector stores
AsyncVectorStoreCollectionResult.cs Deleted custom async collection result implementation for vector stores
ResponseItemCollectionOrder.cs Deleted custom collection order type (now generated)
ResponseItemCollectionOptions.cs Deleted custom collection options type (now generated)
ResponseItemCollectionResult.cs Deleted custom collection result implementation for response items
ResponseItemCollectionPageToken.cs Deleted custom page token implementation for response items
AsyncResponseItemCollectionResult.cs Deleted custom async collection result implementation for response items
BatchCollectionResult.cs Deleted custom collection result implementation for batches
BatchCollectionPageToken.cs Deleted custom page token implementation for batches
AsyncBatchCollectionResult.cs Deleted custom async collection result implementation for batches

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@joseharriaga joseharriaga merged commit bbe860b into main Oct 29, 2025
7 checks passed
@joseharriaga joseharriaga deleted the joseharriaga/DeleteUnused branch October 29, 2025 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants