openai-node
openai-node copied to clipboard
[deno] import { zodFunction } from '@openai/openai/helpers/zod.ts';
Confirm this is a Node library issue and not an underlying OpenAI API issue
- [X] This is an issue with the Node library
Describe the bug
unable to import zodFunction from deno package
To Reproduce
deno.json
"imports": {
"@openai/openai": "jsr:@openai/openai@^4.75.0"
}
import { zodFunction } from '@openai/openai/helpers/zod.ts';
TS ERROR JSR package "@openai/openai@^4.75.0" is not installed or doesn't exist.deno(not-installed-jsr)
Code snippets
No response
OS
macOS
Node version
deno 2.1.4
Library version
@openai/openai": "jsr:@openai/openai@^4.75.0
It's missing export in jsr.json https://github.com/openai/openai-node/pull/1243/files
I believe this has been fixed, please re-open if it's still happening!