@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.
@@ -698,7 +698,7 @@ function prepareTools({
698
698
  toolWarnings.push({
699
699
  type: "unsupported",
700
700
  feature: `provider-defined tool ${tool.id}`,
701
- details: "The code execution tools is not supported with other Gemini models than Gemini 2."
701
+ details: "The code execution tool is not supported with other Gemini models than Gemini 2."
702
702
  });
703
703
  }
704
704
  break;