Skip to content

Commit 3766c73

Browse files
Recommend @trigger.dev/ai in trigger-sdk README
Co-authored-by: Eric Allam <eric@trigger.dev>
1 parent bff60e1 commit 3766c73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/trigger-sdk/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@ There are two ways to get started:
4949

5050
For more information on our SDK, refer to our [docs](https://trigger.dev/docs/introduction).
5151

52+
## AI integrations
53+
54+
For AI SDK transport and tool helpers, prefer the dedicated package:
55+
56+
```ts
57+
import { TriggerChatTransport, ai } from "@trigger.dev/ai";
58+
```
59+
60+
`@trigger.dev/sdk/ai` remains available for backwards compatibility.
61+
5262
## Support
5363

5464
If you have any questions, please reach out to us on [Discord](https://trigger.dev/discord) and we'll be happy to help.

0 commit comments

Comments
 (0)