@ai-sdk/google 4.0.0-beta.26 → 4.0.0-beta.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/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 +2 -2
- package/src/google-prepare-tools.ts +1 -1
package/dist/internal/index.mjs
CHANGED
|
@@ -755,7 +755,7 @@ function prepareTools({
|
|
|
755
755
|
toolWarnings.push({
|
|
756
756
|
type: "unsupported",
|
|
757
757
|
feature: `provider-defined tool ${tool.id}`,
|
|
758
|
-
details: "The code execution
|
|
758
|
+
details: "The code execution tool is not supported with other Gemini models than Gemini 2."
|
|
759
759
|
});
|
|
760
760
|
}
|
|
761
761
|
break;
|