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.
- package/CHANGELOG.md +13 -0
- package/dist/index.d.mts +35 -134
- package/dist/index.d.ts +35 -134
- package/dist/index.js +89 -88
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +89 -88
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +0 -5
- package/dist/internal/index.d.ts +0 -5
- package/dist/internal/index.js +0 -2
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +0 -2
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/internal/index.mjs
CHANGED
@@ -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
|
};
|