Add Package
deno add jsr:@agent/openai
Import symbol
import { type Options } from "@agent/openai" ;
or
Import directly with a jsr specifier
import { type Options } from "jsr:@agent/openai" ;
Add Package
pnpm i jsr:@agent/openai
or (using pnpm 10.8 or older)
pnpm dlx jsr add @agent/openai
Import symbol
import { type Options } from "@agent/openai" ;
Add Package
yarn add jsr:@agent/openai
or (using Yarn 4.8 or older)
yarn dlx jsr add @agent/openai
Import symbol
import { type Options } from "@agent/openai" ;
Add Package
vlt install jsr:@agent/openai
Import symbol
import { type Options } from "@agent/openai" ;
Add Package
npx jsr add @agent/openai
Import symbol
import { type Options } from "@agent/openai" ;
Add Package
bunx jsr add @agent/openai
Import symbol
import { type Options } from "@agent/openai" ;