ai 5.0.8 → 5.0.9

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
@@ -9386,6 +9386,7 @@ function convertToModelMessages(messages, options) {
9386
9386
  content.push({
9387
9387
  type: "file",
9388
9388
  mediaType: part.mediaType,
9389
+ filename: part.filename,
9389
9390
  data: part.url
9390
9391
  });
9391
9392
  } else if (part.type === "reasoning") {