ai 6.0.0-beta.57 → 6.0.0-beta.58

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
@@ -775,7 +775,7 @@ import {
775
775
  } from "@ai-sdk/provider-utils";
776
776
 
777
777
  // src/version.ts
778
- var VERSION = true ? "6.0.0-beta.57" : "0.0.0-test";
778
+ var VERSION = true ? "6.0.0-beta.58" : "0.0.0-test";
779
779
 
780
780
  // src/util/download/download.ts
781
781
  var download = async ({ url }) => {
@@ -6453,6 +6453,7 @@ var convertToCoreMessages = convertToModelMessages;
6453
6453
  // src/agent/tool-loop-agent.ts
6454
6454
  var ToolLoopAgent = class {
6455
6455
  constructor(settings) {
6456
+ this.version = "agent-v1";
6456
6457
  this.settings = settings;
6457
6458
  }
6458
6459
  /**