@ai-sdk/google 3.0.58 → 3.0.59

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/google",
3
- "version": "3.0.58",
3
+ "version": "3.0.59",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -36,8 +36,8 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@ai-sdk/provider-utils": "4.0.22",
40
- "@ai-sdk/provider": "3.0.8"
39
+ "@ai-sdk/provider": "3.0.8",
40
+ "@ai-sdk/provider-utils": "4.0.23"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "20.17.24",
@@ -122,7 +122,7 @@ export function prepareTools({
122
122
  type: 'unsupported',
123
123
  feature: `provider-defined tool ${tool.id}`,
124
124
  details:
125
- 'The code execution tools is not supported with other Gemini models than Gemini 2.',
125
+ 'The code execution tool is not supported with other Gemini models than Gemini 2.',
126
126
  });
127
127
  }
128
128
  break;