@zenning/ai 6.0.13 → 6.0.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/dist/index.mjs CHANGED
@@ -898,7 +898,7 @@ import {
898
898
  } from "@zenning/provider-utils";
899
899
 
900
900
  // src/version.ts
901
- var VERSION = true ? "6.0.13" : "0.0.0-test";
901
+ var VERSION = true ? "6.0.14" : "0.0.0-test";
902
902
 
903
903
  // src/util/download/download.ts
904
904
  var download = async ({ url }) => {
@@ -1702,8 +1702,7 @@ var assistantModelMessageSchema = z5.object({
1702
1702
  reasoningPartSchema,
1703
1703
  toolCallPartSchema,
1704
1704
  toolResultPartSchema,
1705
- toolApprovalRequestSchema,
1706
- compactionPartSchema
1705
+ toolApprovalRequestSchema
1707
1706
  ])
1708
1707
  )
1709
1708
  ]),