@@ -87,7 +87,7 @@ The StackOneToolSet makes it super easy to use StackOne APIs as tools in your AI
8787<summary ><strong >With OpenAI Chat Completions API</strong ></summary >
8888
8989``` bash
90- npm install openai # or: yarn add openai / pnpm add openai / bun add openai
90+ npm install @stackone/ai openai # or: yarn/ pnpm/ bun add
9191```
9292
9393``` typescript
@@ -125,7 +125,7 @@ await openai.chat.completions.create({
125125<summary ><strong >With OpenAI Responses API</strong ></summary >
126126
127127``` bash
128- npm install openai # or: yarn add openai / pnpm add openai / bun add openai
128+ npm install @stackone/ai openai # or: yarn/ pnpm/ bun add
129129```
130130
131131``` typescript
@@ -157,7 +157,7 @@ await openai.responses.create({
157157<summary ><strong >With Anthropic Claude</strong ></summary >
158158
159159``` bash
160- npm install @anthropic-ai/sdk # or: yarn/pnpm/bun add @anthropic-ai/sdk
160+ npm install @stackone/ai @ anthropic-ai/sdk # or: yarn/pnpm/bun add
161161```
162162
163163``` typescript
@@ -195,7 +195,7 @@ await anthropic.messages.create({
195195<summary ><strong >With AI SDK by Vercel</strong ></summary >
196196
197197``` bash
198- npm install ai @ai-sdk/openai # or: yarn/pnpm/bun add ai @ai-sdk/openai
198+ npm install @stackone/ ai ai @ai-sdk/openai # or: yarn/pnpm/bun add
199199```
200200
201201``` typescript
@@ -225,7 +225,7 @@ await generateText({
225225<summary ><strong >With TanStack AI</strong ></summary >
226226
227227``` bash
228- npm install @tanstack/ai @tanstack/ai-openai zod # or: yarn/pnpm/bun add
228+ npm install @stackone/ai @ tanstack/ai @tanstack/ai-openai zod # or: yarn/pnpm/bun add
229229```
230230
231231``` typescript
@@ -275,7 +275,7 @@ for await (const chunk of stream) {
275275<summary ><strong >With Claude Agent SDK</strong ></summary >
276276
277277``` bash
278- npm install @anthropic-ai/claude-agent-sdk zod # or: yarn/pnpm/bun add
278+ npm install @stackone/ai @ anthropic-ai/claude-agent-sdk zod # or: yarn/pnpm/bun add
279279```
280280
281281``` typescript
0 commit comments