-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Labels
issue-addressedWorkflow: The OpenAI maintainers believe the issue to be addressed and ready to close.Workflow: The OpenAI maintainers believe the issue to be addressed and ready to close.questionCategory: The issue is seeking information about the library or its usage.Category: The issue is seeking information about the library or its usage.
Description
Describe the feature or improvement you are requesting
Currently, the OpenAIResponseClient in the .NET SDK is marked with [Experimental("OPENAI001")], requiring opt-in to use it. Since OpenAI is moving toward the new Responses API as the long-term replacement for Completions/Assistants, this client represents the future-proof way to interact with models. Marking it as stable would signal production readiness, reduce friction for developers adopting the Responses API early, and encourage migration from older, soon-to-be-deprecated endpoints. The request is to promote OpenAIResponseClient (and related types) from experimental to a stable, supported surface in the SDK.
Metadata
Metadata
Assignees
Labels
issue-addressedWorkflow: The OpenAI maintainers believe the issue to be addressed and ready to close.Workflow: The OpenAI maintainers believe the issue to be addressed and ready to close.questionCategory: The issue is seeking information about the library or its usage.Category: The issue is seeking information about the library or its usage.