@elizaos/core 1.6.4-alpha.21 → 1.6.4-alpha.22

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.
@@ -25990,7 +25990,7 @@ var getDefaultProjectName = () => {
25990
25990
  };
25991
25991
 
25992
25992
  // ../../node_modules/langsmith/dist/index.js
25993
- var __version__ = "0.3.75";
25993
+ var __version__ = "0.3.78";
25994
25994
 
25995
25995
  // ../../node_modules/langsmith/dist/utils/env.js
25996
25996
  var globalEnv;
@@ -30504,6 +30504,9 @@ class RunTree {
30504
30504
  ...config?.extra?.metadata
30505
30505
  };
30506
30506
  config.extra = { ...config.extra, metadata: dedupedMetadata };
30507
+ if ("id" in config && config.id == null) {
30508
+ delete config.id;
30509
+ }
30507
30510
  Object.assign(this, { ...defaultConfig, ...config, client });
30508
30511
  if (!this.trace_id) {
30509
30512
  if (this.parent_run) {
@@ -47843,5 +47846,5 @@ export {
47843
47846
  AgentRuntime
47844
47847
  };
47845
47848
 
47846
- //# debugId=7C69A32469711FD264756E2164756E21
47849
+ //# debugId=13ABC5DE829D763B64756E2164756E21
47847
47850
  //# sourceMappingURL=index.node.js.map