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
unable to import zodFunction from deno package
zodFunction
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)
JSR package "@openai/openai@^4.75.0" is not installed or doesn't exist.deno(not-installed-jsr)
No response
macOS
deno 2.1.4
@openai/openai": "jsr:@openai/openai@^4.75.0
The text was updated successfully, but these errors were encountered:
fixes openai#1242 missing export zod helpers
3b74537
It's missing export in jsr.json https://github.com/openai/openai-node/pull/1243/files
jsr.json
Sorry, something went wrong.
No branches or pull requests
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
unable to import
zodFunction
from deno packageTo Reproduce
deno.json
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
The text was updated successfully, but these errors were encountered: