@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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @ai-sdk/google
2
2
 
3
+ ## 3.0.59
4
+
5
+ ### Patch Changes
6
+
7
+ - 6247886: chore(provider-utils,google): fix grammar errors in error and warning messages
8
+ - Updated dependencies [6247886]
9
+ - @ai-sdk/provider-utils@4.0.23
10
+
3
11
  ## 3.0.58
4
12
 
5
13
  ### Patch Changes
package/dist/index.js CHANGED
@@ -30,7 +30,7 @@ module.exports = __toCommonJS(index_exports);
30
30
  var import_provider_utils16 = require("@ai-sdk/provider-utils");
31
31
 
32
32
  // src/version.ts
33
- var VERSION = true ? "3.0.58" : "0.0.0-test";
33
+ var VERSION = true ? "3.0.59" : "0.0.0-test";
34
34
 
35
35
  // src/google-generative-ai-embedding-model.ts
36
36
  var import_provider = require("@ai-sdk/provider");
@@ -901,7 +901,7 @@ function prepareTools({
901
901
  toolWarnings.push({
902
902
  type: "unsupported",
903
903
  feature: `provider-defined tool ${tool.id}`,
904
- details: "The code execution tools is not supported with other Gemini models than Gemini 2."
904
+ details: "The code execution tool is not supported with other Gemini models than Gemini 2."
905
905
  });
906
906
  }
907
907
  break;