We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The generated types for metadata field is always unknown
metadata
unknown
This makes it weird to work with:
A better type would be Record<string, string>
Record<string, string>
Install openai 4.61.1
No response
linux
20
4.61.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
The generated types for
metadata
field is alwaysunknown
This makes it weird to work with:
A better type would be
Record<string, string>
To Reproduce
Install openai 4.61.1
Code snippets
No response
OS
linux
Node version
20
Library version
4.61.1
The text was updated successfully, but these errors were encountered: