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

[openai-assitant] duplicate types RequiredAction #29755

Open
jeremymeng opened this issue May 17, 2024 · 0 comments
Open

[openai-assitant] duplicate types RequiredAction #29755

jeremymeng opened this issue May 17, 2024 · 0 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. OpenAI

Comments

@jeremymeng
Copy link
Contributor

Since this is under generated, what's more important is whether this is a human error, or some bug in our codegen?

/** Alias for RequiredAction */
export type RequiredAction = SubmitToolOutputsAction | RequiredActionParent;
/** Alias for RequiredAction */
export type RequiredAction = SubmitToolOutputsAction | RequiredActionParent;

reported by oxlint from https://github.com/oxc-project/oxc

@jeremymeng jeremymeng added Client This issue points to a problem in the data-plane of the library. OpenAI labels May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. OpenAI
Projects
None yet
Development

No branches or pull requests

2 participants