Skip to content

Commit d1ec0ec

Browse files
authored
Update ai-sdk.mdx (#21161)
* Update ai-sdk.mdx * update title
1 parent aeccb3e commit d1ec0ec

File tree

1 file changed

+3
-3
lines changed
  • src/content/docs/workers-ai/configuration

1 file changed

+3
-3
lines changed

src/content/docs/workers-ai/configuration/ai-sdk.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
pcx_content_type: configuration
3-
title: AI SDK
3+
title: Vercel AI SDK
44
sidebar:
55
order: 3
66

77
---
88

9-
Workers AI can be used with the [AI SDK](https://sdk.vercel.ai/) for JavaScript and TypeScript codebases.
9+
Workers AI can be used with the [Vercel AI SDK](https://sdk.vercel.ai/) for JavaScript and TypeScript codebases.
1010

1111
## Setup
1212

@@ -124,4 +124,4 @@ export default {
124124
return Response.json(result.object);
125125
},
126126
};
127-
```
127+
```

0 commit comments

Comments
 (0)