@ai-sdk/google 4.0.0-beta.26 → 4.0.0-beta.29

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.
@@ -759,7 +759,7 @@ function prepareTools({
759
759
  toolWarnings.push({
760
760
  type: "unsupported",
761
761
  feature: `provider-defined tool ${tool.id}`,
762
- details: "The code execution tools is not supported with other Gemini models than Gemini 2."
762
+ details: "The code execution tool is not supported with other Gemini models than Gemini 2."
763
763
  });
764
764
  }
765
765
  break;