Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(types): export new Responses API types for OpenAI namespace #1395

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

davidchicano
Copy link

  • I understand that this repository is auto-generated and my pull request may not be merged

Changes being requested

This PR adds complete type exports for the new Responses API in the OpenAI namespace. Currently, only the Responses class is exported, but the interface types and associated classes that developers need to properly use this API with TypeScript are missing.

The changes include:

  • Importing all types from ./resources/responses/responses.ts
  • Importing ResponseStream from ./lib/responses/ResponseStream.ts
  • Exporting these types in the OpenAI namespace using the same structure as other APIs

Additional context & links

The Responses API is OpenAI's new flagship API that will eventually replace ChatCompletions, so having complete TypeScript types is crucial for developers to properly migrate.

This change follows the same export pattern used for ChatCompletions and other APIs, ensuring consistency across the library and improving the TypeScript development experience.

@davidchicano davidchicano requested a review from a team as a code owner March 19, 2025 11:19
@davidchicano davidchicano changed the title feat: export new Responses API types for OpenAI namespace fix(types): export new Responses API types for OpenAI namespace Mar 20, 2025
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.

1 participant