@voltagent/core 1.2.12 → 1.2.13

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.js CHANGED
@@ -18121,7 +18121,7 @@ ${additionalContext}`
18121
18121
  );
18122
18122
  return {
18123
18123
  role: "system",
18124
- content: `You are ${this.name}. ${content2}`
18124
+ content: `${content2}`
18125
18125
  };
18126
18126
  }
18127
18127
  }
@@ -18134,7 +18134,7 @@ ${additionalContext}`
18134
18134
  );
18135
18135
  return {
18136
18136
  role: "system",
18137
- content: `You are ${this.name}. ${content}`
18137
+ content: `${content}`
18138
18138
  };
18139
18139
  }
18140
18140
  /**