@rulvar/bridge-ai-sdk 1.244.0 → 1.246.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -112,6 +112,12 @@ function bridgeAiSdk(model, options = {}) {
|
|
|
112
112
|
return {
|
|
113
113
|
id,
|
|
114
114
|
provider: family,
|
|
115
|
+
describeRegulatedPosture: () => ({
|
|
116
|
+
regulatedPosture: 1,
|
|
117
|
+
kind: "ai-sdk-bridge",
|
|
118
|
+
name: id,
|
|
119
|
+
providerExecutedTools
|
|
120
|
+
}),
|
|
115
121
|
caps(wireModel) {
|
|
116
122
|
const overrides = options.caps?.(wireModel);
|
|
117
123
|
return overrides === void 0 ? CONSERVATIVE_BRIDGE_CAPS : {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rulvar/bridge-ai-sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.246.0",
|
|
4
4
|
"description": "Rulvar bridge adapter wrapping any Vercel AI SDK LanguageModelV4 as a ProviderAdapter.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@ai-sdk/provider": "^4.0.3",
|
|
26
|
-
"@rulvar/core": "1.
|
|
26
|
+
"@rulvar/core": "1.246.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@ai-sdk/google": "^4.0.24",
|
|
30
30
|
"@types/node": "^22.20.1",
|
|
31
31
|
"tsdown": "^0.22.14",
|
|
32
32
|
"typescript": "~6.0.3",
|
|
33
|
-
"@rulvar/testing": "1.
|
|
33
|
+
"@rulvar/testing": "1.246.0"
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|