azure-sdk-for-net
azure-sdk-for-net copied to clipboard
ClientModel: Investigate paging pattern for unbranded clients
This is needed for the preview release currently stated for 5/20
- Consider the OpenAI paging pattern and other popular paging patterns
- Investigate whether a given pattern is generic and popular enough to include in
System.ClientModel - For each paging pattern that is adopted by Client Model, create an issue to track the work for implementation/testing.
Why is this p2? Pagination is needed for OpenAI scenarios like Files, Images etc. We currently do not have GA timelines but this is something we will have to think about. For instance, why is this lower priority than Variant type?
Rescoping this to "investigate" because we need to make a decision whether or not there's a paging pattern popular enough that we feel it should be included in Client Model. If the OpenAI implementation is specific to OpenAI, then it should be local to that library.
Related to https://github.com/Azure/azure-sdk-for-net/issues/42487
@joseharriaga - please let us know if this becomes a P0 requirement for OpenAI.
Addressed by https://github.com/Azure/azure-sdk-for-net/pull/44026