diff --git a/docs/src/content/docs/extensions/ai-sdk.mdx b/docs/src/content/docs/extensions/ai-sdk.mdx index 52e06c82..66fe989a 100644 --- a/docs/src/content/docs/extensions/ai-sdk.mdx +++ b/docs/src/content/docs/extensions/ai-sdk.mdx @@ -30,7 +30,7 @@ of supported models that can be brought into the Agents SDK through this adapter 2. Choose your desired model package from the [Vercel's AI SDK](https://sdk.vercel.ai/docs/models/overview) and install it: ```bash - npm install @ai-sdk/openai + npm install @ai-sdk/openai@"^1.0.0" ``` 3. Import the adapter and model to connect to your agent: @@ -48,6 +48,11 @@ of supported models that can be brought into the Agents SDK through this adapter + + ## Example