openai-node: users get unfixable (and inaccurate) type errors when using go-to-source for openai library code
Confirm this is a library issue and not an underlying OpenAI API issue
- This is an issue with the library
Describe the bug
simply adding the new openai
package to my project causes all sorts of type errors when I cmd+click on into the OpenAI source code from my project
To Reproduce
See above.
OS
macOS
Node version
n/a
Library version
4.2.0
About this issue
- Original URL
- State: closed
- Created 10 months ago
- Comments: 22
Commits related to this issue
- fix(client): fix TS errors that appear when users Go to Source in VSCode fix #249 — committed to openai/openai-node by stainless-bot 10 months ago
- fix(client): fix TS errors that appear when users Go to Source in VSCode (#281) fix #249 — committed to openai/openai-node by stainless-bot 10 months ago
- fix(client): fix TS errors that appear when users Go to Source in VSCode (#281) fix #249 — committed to openai/openai-node by stainless-bot 10 months ago
Alright sorry I was confused, I had been opening
src/index.ts
and wasn’t seeing errors, I had to remember to opensrc/core.ts
😅 A fix is coming!The fix for this will be out in the next release!