We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff60e1 commit 3766c73Copy full SHA for 3766c73
packages/trigger-sdk/README.md
@@ -49,6 +49,16 @@ There are two ways to get started:
49
50
For more information on our SDK, refer to our [docs](https://trigger.dev/docs/introduction).
51
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
62
## Support
63
64
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