@mastra/server 1.14.0-alpha.2 → 1.14.0-alpha.3

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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/server
2
2
 
3
+ ## 1.14.0-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`8b4ce84`](https://github.com/mastra-ai/mastra/commit/8b4ce84aed0808b9805cc4fd7147c1f8a2ef7a36), [`8d4cfe6`](https://github.com/mastra-ai/mastra/commit/8d4cfe6b9a7157d3876206227ec9f04cde6dbc4a), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a), [`68a019d`](https://github.com/mastra-ai/mastra/commit/68a019d30d22251ddd628a2947d60215c03c350a)]:
8
+ - @mastra/core@1.14.0-alpha.3
9
+
3
10
  ## 1.14.0-alpha.2
4
11
 
5
12
  ### Minor Changes
@@ -16184,7 +16184,7 @@ var updateWorkingMemoryTool = (memoryConfig) => {
16184
16184
  });
16185
16185
  }
16186
16186
  const usesMergeSemantics = Boolean(schema$1);
16187
- const description = schema$1 ? `Update the working memory with new information. Data is merged with existing memory - you only need to include fields you want to add or update. Set a field to null to remove it. Arrays are replaced entirely when provided.` : `Update the working memory with new information. Any data not included will be overwritten. Always pass data as string to the memory field. Never pass an object.`;
16187
+ const description = schema$1 ? `Update the working memory with new information. Data is merged with existing memory - only include fields you want to add or update. To preserve existing data, omit the field entirely. Arrays are replaced entirely when provided, so pass the complete array or omit it to keep the existing values.` : `Update the working memory with new information. Any data not included will be overwritten. Always pass data as string to the memory field. Never pass an object.`;
16188
16188
  return tools.createTool({
16189
16189
  id: "update-working-memory",
16190
16190
  description,
@@ -28949,5 +28949,5 @@ exports.START_ASYNC_AGENT_BUILDER_ACTION_ROUTE = START_ASYNC_AGENT_BUILDER_ACTIO
28949
28949
  exports.STREAM_AGENT_BUILDER_ACTION_ROUTE = STREAM_AGENT_BUILDER_ACTION_ROUTE;
28950
28950
  exports.STREAM_LEGACY_AGENT_BUILDER_ACTION_ROUTE = STREAM_LEGACY_AGENT_BUILDER_ACTION_ROUTE;
28951
28951
  exports.agent_builder_exports = agent_builder_exports;
28952
- //# sourceMappingURL=chunk-UDDFVPPC.cjs.map
28953
- //# sourceMappingURL=chunk-UDDFVPPC.cjs.map
28952
+ //# sourceMappingURL=chunk-L6ANZUEK.cjs.map
28953
+ //# sourceMappingURL=chunk-L6ANZUEK.cjs.map