Skip to content

Add CreateBatchOperation.Rehydrate overload taking batchId instead of a ContinuationToken #463

@KrzysztofCwalina

Description

@KrzysztofCwalina

Confirm this is a feature request for the .NET library and not the underlying OpenAI API

  • This is a feature request for the .NET library

Describe the feature or improvement you are requesting

add method overloads:
CreateBatchOperation.Rehydrate(BatchClient client, int batchId, CancellationToken cancellationToken = default)
CreateBatchOperation.RehydrateAsync(BatchClient client, int batchId, CancellationToken cancellationToken = default)

Additional context

No response

Metadata

Metadata

Labels

feature-requestCategory: A new feature or enhancement to an existing feature is being requested.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions