ai 5.0.0-canary.13 → 5.0.0-canary.14

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.
@@ -638,7 +638,6 @@ async function standardizePrompt({
638
638
  });
639
639
  }
640
640
  return {
641
- type: "prompt",
642
641
  system: prompt.system,
643
642
  messages: [
644
643
  {
@@ -677,7 +676,6 @@ async function standardizePrompt({
677
676
  });
678
677
  }
679
678
  return {
680
- type: "messages",
681
679
  messages,
682
680
  system: prompt.system
683
681
  };