@ai-sdk/google 3.0.58 → 3.0.60

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.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  } from "@ai-sdk/provider-utils";
8
8
 
9
9
  // src/version.ts
10
- var VERSION = true ? "3.0.58" : "0.0.0-test";
10
+ var VERSION = true ? "3.0.60" : "0.0.0-test";
11
11
 
12
12
  // src/google-generative-ai-embedding-model.ts
13
13
  import {
@@ -909,7 +909,7 @@ function prepareTools({
909
909
  toolWarnings.push({
910
910
  type: "unsupported",
911
911
  feature: `provider-defined tool ${tool.id}`,
912
- details: "The code execution tools is not supported with other Gemini models than Gemini 2."
912
+ details: "The code execution tool is not supported with other Gemini models than Gemini 2."
913
913
  });
914
914
  }
915
915
  break;