@axiom-lattice/client-sdk 2.1.59 → 2.1.60

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
@@ -3924,8 +3924,10 @@ function createSimpleMessageMerger() {
3924
3924
  }
3925
3925
  if (chunk_item.name)
3926
3926
  builder.name = chunk_item.name;
3927
- if (chunk_item.id)
3927
+ if (chunk_item.id) {
3928
3928
  builder.id = chunk_item.id;
3929
+ toolId_MessageIdMap.set(chunk_item.id, message.id);
3930
+ }
3929
3931
  if (chunk_item.args)
3930
3932
  builder.args += chunk_item.args;
3931
3933
  }