ai 6.0.191 → 6.0.193

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/dist/index.mjs CHANGED
@@ -1144,7 +1144,7 @@ import {
1144
1144
  } from "@ai-sdk/provider-utils";
1145
1145
 
1146
1146
  // src/version.ts
1147
- var VERSION = true ? "6.0.191" : "0.0.0-test";
1147
+ var VERSION = true ? "6.0.193" : "0.0.0-test";
1148
1148
 
1149
1149
  // src/util/download/download.ts
1150
1150
  var download = async ({
@@ -9065,7 +9065,7 @@ async function safeValidateUIMessages({
9065
9065
  })
9066
9066
  };
9067
9067
  }
9068
- if (toolPart.state === "input-available" || toolPart.state === "output-available" || toolPart.state === "output-error" && toolPart.input !== void 0) {
9068
+ if (toolPart.state === "input-available" || toolPart.state === "output-available") {
9069
9069
  await validateTypes3({
9070
9070
  value: toolPart.input,
9071
9071
  schema: tool2.inputSchema,