You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/platforms/javascript/common/configuration/integrations/vercelai.mdx
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,22 @@ const result = await generateText({
61
61
62
62
## Options
63
63
64
+
### `force`
65
+
66
+
Requires SDK version `9.29.0` or higher.
67
+
68
+
_Type: `boolean`_
69
+
70
+
Forces the integration to be active, even when the `ai` module is not detected or available. This is useful when you want to ensure the integration is always enabled regardless of module detection.
0 commit comments