@ai-sdk/google 4.0.11 → 4.0.12

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.
@@ -3828,6 +3828,7 @@ function convertFilePartToContent({
3828
3828
  kind = "video";
3829
3829
  break;
3830
3830
  case "application":
3831
+ case "text":
3831
3832
  kind = "document";
3832
3833
  break;
3833
3834
  default: