@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/CHANGELOG.md +14 -0
- package/README.md +2 -0
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.js +1 -1
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +1 -1
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/google-prepare-tools.ts +1 -1
package/dist/internal/index.js
CHANGED
|
@@ -709,7 +709,7 @@ function prepareTools({
|
|
|
709
709
|
toolWarnings.push({
|
|
710
710
|
type: "unsupported",
|
|
711
711
|
feature: `provider-defined tool ${tool.id}`,
|
|
712
|
-
details: "The code execution
|
|
712
|
+
details: "The code execution tool is not supported with other Gemini models than Gemini 2."
|
|
713
713
|
});
|
|
714
714
|
}
|
|
715
715
|
break;
|