@ai-sdk/google-vertex 2.2.26 → 2.2.27
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/CHANGELOG.md +8 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# @ai-sdk/google-vertex
|
2
2
|
|
3
|
+
## 2.2.27
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- aeaf1cd: fix missing systemInstruction in object-tool mode. The object-tool generation mode now properly includes system instructions in API requests, matching the behavior of regular and object-json modes
|
8
|
+
- Updated dependencies [aeaf1cd]
|
9
|
+
- @ai-sdk/google@1.2.22
|
10
|
+
|
3
11
|
## 2.2.26
|
4
12
|
|
5
13
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@ai-sdk/google-vertex",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.27",
|
4
4
|
"license": "Apache-2.0",
|
5
5
|
"sideEffects": false,
|
6
6
|
"main": "./dist/index.js",
|
@@ -38,7 +38,7 @@
|
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
40
|
"@ai-sdk/anthropic": "1.2.12",
|
41
|
-
"@ai-sdk/google": "1.2.
|
41
|
+
"@ai-sdk/google": "1.2.22",
|
42
42
|
"@ai-sdk/provider": "1.1.3",
|
43
43
|
"@ai-sdk/provider-utils": "2.2.8",
|
44
44
|
"google-auth-library": "^9.15.0"
|