Skip to content

Commit 205160d

Browse files
committed
Update migration-to-ai-sdk-v6.md
1 parent 2f5c32b commit 205160d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/migration-to-ai-sdk-v6.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Migration Guide: Upgrading Agents SDK to AI SDK v6 (Beta)
1+
# Migration Guide: Upgrading Agents SDK to AI SDK v6
22

33
This guide helps you migrate your existing code from **AI SDK v5.x** to **AI SDK v6.x** when using the Agents SDK.
44

@@ -8,7 +8,7 @@ AI SDK v6 introduces new capabilities like tool approval, but **migrating from v
88

99
## Installation
1010

11-
Update your dependencies to use the beta versions:
11+
Update your dependencies to use the latest versions:
1212

1313
```bash
1414
npm install ai@latest @ai-sdk/react@latest @ai-sdk/openai@latest
@@ -357,6 +357,6 @@ model: workersai("model-name") as unknown as Parameters<
357357
## Need Help?
358358

359359
- Check the [official AI SDK v6 migration guide](https://ai-sdk.dev/docs/migration-guides/migration-guide-6-0)
360-
- Check the [AI SDK v6 announcement](https://ai-sdk.dev/docs/announcing-ai-sdk-6-beta)
360+
- Check the [AI SDK v6 announcement](https://vercel.com/blog/ai-sdk-6)
361361
- Check the [AI SDK documentation](https://sdk.vercel.ai/docs)
362362
- Report issues on the [Agents SDK GitHub repository](https://github.com/cloudflare/agents/issues)

0 commit comments

Comments
 (0)